diff --git a/tsconfig.json b/tsconfig.json index 066bcce..aea13f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "paths": { "@/*": ["src/*"] }, + "preserveSymlinks": true, "lib": ["esnext", "dom", "dom.iterable", "scripthost", "ES2015"] }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],