diff --git a/tsconfig.json b/tsconfig.json index ac59e11..85867b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,11 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", + "paths": { + "@/*": [ + "src/app/*" + ] + } }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false,