lowcode-engine/modules/code-generator/static-files/rax/jsconfig.json.template

11 lines
153 B
Plaintext

{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"paths": {
"@/*": ["./src/*"],
"rax-app": [".rax/index.ts"]
}
}
}