mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strictNullChecks": true,
|
|
"outDir": "./built",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"noUnusedLocals": true,
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |