docker-inspector/frontend/tsconfig.base.json
Gal Podlipnik 50056356f3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
theme
2025-06-04 02:09:16 +02:00

25 lines
664 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2022",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@frontend/shared/environment": ["libs/shared/environment/src/index.ts"],
"@frontend/shared/stats-ws": ["libs/shared/stats-ws/src/index.ts"],
"@frontend/shared/theme-toggle": ["libs/shared/theme-toggle/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}