docker-inspector/frontend/tsconfig.base.json
Gal Podlipnik 58f6e6bde7
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 27s
locale
2025-06-11 13:51:26 +02:00

31 lines
931 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/locale": ["libs/shared/locale/src/index.ts"],
"@frontend/shared/navbar": ["libs/shared/navbar/src/index.ts"],
"@frontend/shared/theme-toggle": [
"libs/shared/theme-toggle/src/index.ts"
],
"@frontend/shared/ws": ["libs/shared/ws/src/index.ts"],
"@frontend/web/container": ["libs/web/container/src/index.ts"],
"@frontend/web/containers": ["libs/web/containers/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}