lowcode-engine/runtime/router/tsconfig.json
2024-03-21 16:00:24 +08:00

11 lines
164 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"paths": {
"@alilc/*": ["runtime/*"]
}
},
"include": ["src"]
}