rs-cargo/tsconfig.eslint.json

8 lines
112 B
JSON

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