ConnectForce/tsconfig.base.json

8 lines
158 B
JSON

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