Files
angular-challenges/tsconfig.base.json
2025-01-29 20:25:35 +01:00

81 lines
3.0 KiB
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
"@angular-challenges/custom-plugin": ["libs/custom-plugin/src/index.ts"],
"@angular-challenges/decoupling/brain": [
"libs/decoupling/brain/src/index.ts"
],
"@angular-challenges/decoupling/core": [
"libs/decoupling/core/src/index.ts"
],
"@angular-challenges/decoupling/helmet": [
"libs/decoupling/helmet/src/index.ts"
],
"@angular-challenges/fake-utils": ["libs/fake-utils/src/index.ts"],
"@angular-challenges/module-to-standalone/admin/feature": [
"libs/module-to-standalone/admin/feature/src/index.ts"
],
"@angular-challenges/module-to-standalone/admin/shared": [
"libs/module-to-standalone/admin/shared/src/index.ts"
],
"@angular-challenges/module-to-standalone/core/providers": [
"libs/module-to-standalone/core/providers/src/index.ts"
],
"@angular-challenges/module-to-standalone/core/service": [
"libs/module-to-standalone/core/service/src/index.ts"
],
"@angular-challenges/module-to-standalone/forbidden": [
"libs/module-to-standalone/forbidden/src/index.ts"
],
"@angular-challenges/module-to-standalone/home": [
"libs/module-to-standalone/home/src/index.ts"
],
"@angular-challenges/module-to-standalone/shell": [
"libs/module-to-standalone/shell/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/contact": [
"libs/module-to-standalone/user/contact/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/home": [
"libs/module-to-standalone/user/home/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/shell": [
"libs/module-to-standalone/user/shell/src/index.ts"
],
"@angular-challenges/shared/directives": [
"libs/shared/directives/src/index.ts"
],
"@angular-challenges/shared/ui": ["libs/shared/ui/src/index.ts"],
"@angular-challenges/shared/utils": ["libs/shared/utils/src/index.ts"],
"@angular-challenges/static-dynamic-import/users": [
"libs/static-dynamic-import/users/src/index.ts"
],
"@angular-challenges/testing-table/backend": [
"libs/testing-table/backend/src/index.ts"
],
"@angular-challenges/testing-table/model": [
"libs/testing-table/model/src/index.ts"
],
"angular-master-dependency-injection": [
"apps/angular/16-master-dependency-injection/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}