ds4/tsconfig.eslint.json

5 lines
73 B
JSON
Raw Normal View History

2021-03-17 12:15:25 +01:00
{
2023-07-10 22:23:13 +02:00
"extends": "./tsconfig.json",
"include": ["src", "spec", "*.js"]
2021-03-17 12:15:25 +01:00
}