Files
caprover/tsconfig.json
Kasra Bigdeli 4a32cb9dc3 Updated packages (#2165)
* Updated packages

* Updated packages

* Fixed formatting

* Fixed tests
2024-10-17 21:16:25 -07:00

16 lines
370 B
JSON

{
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16",
"strictNullChecks": true,
"outDir": "./built",
"noImplicitAny": true,
"sourceMap": true,
"allowJs": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"target": "ES2018"
},
"include": ["./src/**/*"]
}