20 lines
531 B
JSON
20 lines
531 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"lib": ["DOM", "ES2022"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"outDir": "cmd/gateway/admin_static/js",
|
|
"removeComments": true,
|
|
"rootDir": "cmd/gateway/admin_frontend/src",
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": ["cmd/gateway/admin_frontend/src/**/*.ts"]
|
|
}
|