ConnectForce/base.jsconfig.json

8 lines
131 B
JSON

{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}