调整 tsconfig.json 结构
This commit is contained in:
parent
c671c10a24
commit
1288c8c857
@ -11,16 +11,8 @@
|
||||
"emitDeclarationOnly": true,
|
||||
"esModuleInterop": true,
|
||||
"declarationDir": "types",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM"
|
||||
],
|
||||
"lib": ["ESNext","DOM"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"shims-vue.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"include": ["src/**/*","shims-vue.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user