diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 66b5e5703e83c352671ce094731e9e861ada6924..bd9c97957c74425da4ed0370db5c6825ee385e08 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -7,5 +7,12 @@ { "path": "./tsconfig.app.json" } - ] + ], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"], + "compilerOptions": { + "baseUrl": "./src", + "paths": { + "@/*": ["*"] + } + }, }