lowcode-engine/packages/shell/tsconfig.declaration.json
2024-03-27 10:39:41 +08:00

11 lines
186 B
JSON

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