ConnectForce/misc.tsconfig.json

12 lines
203 B
JSON
Raw Normal View History

2022-12-01 23:10:48 +00:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"checkJs": true
},
"include": [
2022-12-01 23:58:56 +00:00
"./.eslintrc.cjs",
"./webpack.config.ts"
2022-12-01 23:10:48 +00:00
]
}