lowcode-engine/packages/renderer-router/tsconfig.declaration.json
2024-03-26 10:54:57 +08:00

10 lines
169 B
JSON

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