console/tsconfig.eslint.json
2022-06-29 13:45:37 +02:00

8 lines
145 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
// "noEmit": true,
// "allowJs": true
},
"include": ["integration-tests"]
}