diff --git a/apps/web-antd/tsconfig.json b/apps/web-antd/tsconfig.json index f4a135585..33f79aaf8 100644 --- a/apps/web-antd/tsconfig.json +++ b/apps/web-antd/tsconfig.json @@ -3,10 +3,10 @@ "extends": "@vben/tsconfig/web-app.json", "compilerOptions": { "baseUrl": ".", - "allowJs": true, "paths": { "#/*": ["./src/*"] - } + }, + "allowJs": true }, "references": [{ "path": "./tsconfig.node.json" }], "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]