ConnectForce/misc.tsconfig.json

12 lines
203 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"checkJs": true
},
"include": [
"./.eslintrc.cjs",
"./webpack.config.ts"
]
}