lowcode-engine/playground/tsconfig.json

9 lines
143 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"@alilc/renderer-react": ["runtime/renderer-react"]
}
}
}