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