mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-09 23:18:12 +00:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@alilc/renderer-react": ["runtime/renderer-react"]
|
|
}
|
|
}
|
|
}
|