mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"paths": {
|
|
"@ali/lowcode-*": ["./*/src"],
|
|
"utils": ["./utils"]
|
|
}
|
|
}
|
|
}
|