toolchain/tsconfig.eslint.json

5 lines
90 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "__tests__/**/*.ts"]
}