mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"@alilc/*": ["runtime/*"],
|
|
"@alilc/runtime-router": ["runtime/router"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|