toolchain/tsconfig.eslint.json

5 lines
90 B
JSON
Raw Normal View History

2020-03-24 21:26:10 +08:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "__tests__/**/*.ts"]
2020-03-24 21:26:10 +08:00
}