tmagic-editor/tsconfig.build-vue.json
2025-01-21 19:56:04 +08:00

17 lines
348 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",
"runtime/tmagic-form/src",
]
}