Files
mc-gateway/tsconfig.admin.json
tursom ecb682bb41
Some checks failed
Docker Image / docker (push) Has been cancelled
Refactor admin frontend build
2026-06-25 21:16:11 +08:00

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"]
}