vue3-yuanma/test-dts/tsconfig.build.json
2020-06-09 10:17:42 -04:00

11 lines
225 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@vue/*": ["../packages/*/dist"],
"vue": ["../packages/vue/dist"]
}
},
"exclude": ["../packages/*/__tests__", "../packages/*/src"]
}