diff --git a/tsconfig.app.json b/tsconfig.app.json index 2327bb6..d32fea7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,9 +20,6 @@ "./packages/*" ] }, - "noImplicitAny": false, - "types": [ - "element-plus/global" - ] + "noImplicitAny": false } } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index d65be83..97f7e12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,11 @@ "path": "./tsconfig.app.json" } ], + "compilerOptions": { + "types": [ + "element-plus/global" + ] + }, "ts-node": { "compilerOptions": { "module": "CommonJS",