mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 19:08:12 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"@alilc/renderer-core": ["runtime/renderer-core"],
|
|
"@alilc/runtime-router": ["runtime/router"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|