rs-cargo/tsconfig.eslint.json

8 lines
112 B
JSON
Raw Permalink Normal View History

2020-03-25 07:40:28 +02:00
{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts",
"__tests__/**/*.ts"
]
}