tmagic-editor/tsconfig.build-vue.json

16 lines
317 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"stripInternal": true
},
"include": [
"packages/design/src",
"packages/editor/src",
"packages/form/src",
"packages/table/src",
"packages/tdesign-vue-next-adapter/src",
]
}