lowcode-engine/playground/tsconfig.json
2024-04-03 14:23:42 +08:00

7 lines
86 B
JSON

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