update tsconfig.json

This commit is contained in:
Çetin
2025-07-24 18:25:37 +03:00
parent 2a06dd9b24
commit 6fe63b168b

View File

@@ -17,6 +17,11 @@
"importHelpers": true, "importHelpers": true,
"target": "ES2022", "target": "ES2022",
"module": "ES2022", "module": "ES2022",
"paths": {
"@/*": [
"src/app/*"
]
}
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false, "enableI18nLegacyMessageIdFormat": false,