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