mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-11 00:08:16 +00:00
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@alilc/*": ["runtime/*/src"]
|
|
}
|
|
}
|
|
}
|