rs-toolchain/tsconfig.eslint.json

5 lines
90 B
JSON
Raw Normal View History

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