feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
10
test-dts/tsconfig.build.json
Normal file
10
test-dts/tsconfig.build.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@vue/*": ["../packages/*/dist"],
|
||||
"vue": ["../packages/vue/dist"]
|
||||
}
|
||||
},
|
||||
"exclude": ["../packages/*/__tests__", "../packages/*/src"]
|
||||
}
|
||||
Reference in New Issue
Block a user