antv-l7/tslint.prod.json

10 lines
173 B
JSON
Raw Normal View History

{
"extends": ["./tslint.json"],
"rules": {
"no-implicit-dependencies": true
},
"linterOptions": {
"exclude": ["**/*.d.ts", "**/*.{test,story}.ts{,x}"]
}
2019-11-06 11:57:42 +08:00
}