Files
ingey-eager/tsconfig.json
vato007 c8d0ac80f3
All checks were successful
build / build (push) Successful in 2m53s
Start adding dockview project
2025-12-15 21:28:44 +10:30

41 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": {
"paths": {
"dockview-angular": [
"./dist/dockview-angular"
]
},
"outDir": "./dist/out-tsc",
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022"
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"references": [
{
"path": "./projects/dockview-angular/tsconfig.lib.json"
},
{
"path": "./projects/dockview-angular/tsconfig.spec.json"
}
]
}