swaf/src/assets/ts/tsconfig.eslint.json

7 lines
78 B
JSON
Raw Normal View History

2021-11-10 17:07:05 +01:00
{
"extends": "./tsconfig.json",
"include": [
"./**/*"
]
}