docker-inspector/frontend/tsconfig.base.json
Gal Podlipnik 4a2a9eba30
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
containers page wip
2025-06-07 02:25:53 +02:00

29 lines
808 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/navbar": ["libs/shared/navbar/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"
],
"@frontend/web/container": ["libs/web/containers/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}