Files
mrarm-ui/tsconfig.json
Jordan 1517667ba2 init
2026-06-17 04:54:11 +00:00

43 lines
1.2 KiB
JSON

/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"compileOnSave": false,
"compilerOptions": {
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"paths": {
"@mrarm/ui": ["./projects/mrarm-ui/src/public-api.ts"]
},
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"module": "preserve"
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [],
"references": [
{
"path": "./projects/mrarm-ui/tsconfig.lib.json"
},
{
"path": "./projects/mrarm-ui/tsconfig.spec.json"
},
{
"path": "./projects/demo/tsconfig.app.json"
},
{
"path": "./projects/demo/tsconfig.spec.json"
}
]
}