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