mirror of https://gitee.com/antv-l7/antv-l7
9 lines
172 B
JSON
9 lines
172 B
JSON
|
{
|
||
|
"extends": ["./tslint.json"],
|
||
|
"rules": {
|
||
|
"no-implicit-dependencies": true
|
||
|
},
|
||
|
"linterOptions": {
|
||
|
"exclude": ["**/*.d.ts", "**/*.{test,story}.ts{,x}"]
|
||
|
}
|
||
|
}
|