diff --git a/tsconfig.json b/tsconfig.json index 5a801ab..11fffd2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,10 @@ "extends": "@vue/tsconfig/tsconfig.json", "compilerOptions": { "sourceMap": true, + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + }, "lib": ["esnext", "dom"], "types": ["@dcloudio/types"] },