rs-toolchain/tsconfig.eslint.json
2020-03-24 16:27:19 +03:00

8 lines
112 B
JSON

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