2025-11-02 18:04:58 +00:00
|
|
|
/* 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": {
|
2026-01-15 22:46:50 +00:00
|
|
|
"baseUrl": "./",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@bindings/*": [
|
|
|
|
|
"bindings/*"
|
|
|
|
|
],
|
|
|
|
|
"@lthn/ide/*": [
|
|
|
|
|
"bindings/github.com/Snider/Core/pkg/ide/*"
|
|
|
|
|
],
|
|
|
|
|
"@lthn/docs/*": [
|
|
|
|
|
"bindings/github.com/Snider/Core/pkg/docs/*"
|
|
|
|
|
],
|
|
|
|
|
"@lthn/core/*": [
|
|
|
|
|
"bindings/github.com/Snider/Core/pkg/*"
|
|
|
|
|
],
|
|
|
|
|
"@lthn/*": [
|
|
|
|
|
"bindings/github.com/letheanVPN/desktop/services/*"
|
|
|
|
|
],
|
|
|
|
|
"@lib/*": [
|
|
|
|
|
"src/lib/*"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"allowJs": true,
|
2025-11-02 18:04:58 +00:00
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "ES2022",
|
2026-01-15 22:46:50 +00:00
|
|
|
"module": "preserve"
|
2025-11-02 18:04:58 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
|
"typeCheckHostBindings": true,
|
|
|
|
|
"strictTemplates": true
|
|
|
|
|
},
|
|
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "./tsconfig.app.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|