From 2ee3412aef020c64069916d7f44cda250a5b28a9 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 16 Oct 2025 10:28:42 +0800 Subject: [PATCH] fix: sort --- apps/web-antd/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]