toolchain/tsconfig.eslint.json

8 lines
112 B
JSON
Raw Normal View History

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