lowcode-engine/runtime/router/tsconfig.json
2024-03-19 10:47:13 +08:00

7 lines
88 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
}