mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-09 14:58:26 +00:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@alilc/lowcode-*": ["packages/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|