Skip to content

Commit 993a967

Browse files
author
puhui999
committed
update: !!!请保留这个属性,防止tsconfig.json文件报错
1 parent 5fedc66 commit 993a967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"vite-plugin-svg-icons/client",
3333
"@form-create/element-ui/types"
3434
],
35+
"outDir": "target", // 请保留这个属性,防止tsconfig.json文件报错
3536
"typeRoots": ["./node_modules/@types/", "./types"]
3637
},
3738
"include": [
@@ -40,5 +41,5 @@
4041
"src/types/auto-imports.d.ts",
4142
"src/types/auto-components.d.ts"
4243
],
43-
"exclude": ["dist", "node_modules"]
44+
"exclude": ["dist", "target", "node_modules"]
4445
}

0 commit comments

Comments
 (0)