vue3-yuanma/test-dts/tsconfig.build.json

11 lines
225 B
JSON
Raw Normal View History

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