mirror of
https://github.com/caprover/caprover
synced 2026-05-03 10:10:29 +00:00
4a32cb9dc3
* Updated packages * Updated packages * Fixed formatting * Fixed tests
16 lines
370 B
JSON
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/**/*"]
|
|
}
|