rs-toolchain/tsconfig.eslint.json

8 lines
112 B
JSON
Raw Permalink Normal View History

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