mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"outDir": "temp",
|
|
"stripInternal": true
|
|
}
|
|
}
|