diff --git a/caster-front/tsconfig.app.json b/caster-front/tsconfig.app.json index 8a173758..05b4cfb0 100644 --- a/caster-front/tsconfig.app.json +++ b/caster-front/tsconfig.app.json @@ -5,9 +5,9 @@ "compilerOptions": { "composite": true, "baseUrl": ".", + "allowImportingTsExtensions": true, "paths": { - "@/*": ["./src/*"], - "@/*": ["./composables/*"] + "@/*": ["./src/*"] } } }