mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-01 00:38:11 +00:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"@alilc/lowcode-*": ["packages/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|