lowcode-engine/packages/engine-core/tsconfig.declaration.json
2024-07-03 11:16:40 +08:00

10 lines
169 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "temp",
"stripInternal": true
}
}