mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 23:06:31 +08:00
17 lines
348 B
JSON
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",
|
|
]
|
|
}
|