Squashed commit of the following: commit d76e32cd99e2e823142f4410e66c66df5e096041 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Thu Oct 28 10:28:02 2021 +0200 Move styles to own library commit 85f0a5788ebdd7309499b1b623f4ac1046f45811 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Thu Oct 28 10:09:23 2021 +0200 double quotes in html commit eeb600cd631e3478c136795a8109e8927546b14b Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 16:42:48 2021 +0200 UI library with copy of digi-ng's skeleton commit 11a24c0eef173e6b2f087eca5e96063036e6394b Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 16:06:43 2021 +0200 Update .eslintrc.json commit 3c4b2e4823dbd8e9ca8dd332966bd10ac0fc098f Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Oct 27 15:08:32 2021 +0200 add nx library
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["esnext", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@app-api-models/*": ["libs/data/models/*"],
|
|
"@mina-sidor-fa-web/models": ["libs/models/src/index.ts"],
|
|
"@mina-sidor-fa-web/ui": ["libs/ui/src/index.ts"],
|
|
"@msfa-assets/*": ["apps/mina-sidor-fa/src/assets/*"],
|
|
"@msfa-constants/*": ["apps/mina-sidor-fa/src/app/shared/constants/*"],
|
|
"@msfa-directives/*": ["apps/mina-sidor-fa/src/app/shared/directives/*"],
|
|
"@msfa-enums/*": ["apps/mina-sidor-fa/src/app/shared/enums/*"],
|
|
"@msfa-environment": ["apps/mina-sidor-fa/src/environments/environment"],
|
|
"@msfa-guards/*": ["apps/mina-sidor-fa/src/app/shared/guards/*"],
|
|
"@msfa-interceptors/*": ["apps/mina-sidor-fa/src/app/shared/interceptors/*"],
|
|
"@msfa-models/*": ["apps/mina-sidor-fa/src/app/shared/models/*"],
|
|
"@msfa-services/*": ["apps/mina-sidor-fa/src/app/shared/services/*"],
|
|
"@msfa-shared/*": ["apps/mina-sidor-fa/src/app/shared/*"],
|
|
"@msfa-utils/*": ["apps/mina-sidor-fa/src/app/shared/utils/*"],
|
|
"@msfa-validators/*": ["apps/mina-sidor-fa/src/app/shared/utils/validators/*"],
|
|
"@ui/*": ["libs/ui/*"],
|
|
"@mina-sidor-fa-web/styles": ["libs/styles/src/index.ts"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|