mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"rax-app": [".rax/index.ts"]
|
|
}
|
|
}
|
|
}
|