mirror of
https://github.com/caprover/caprover
synced 2025-10-30 01:57:03 +00:00
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/**/*"]
|
|
}
|