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

11 lines
153 B
Plaintext
Raw Permalink Normal View History

2022-01-25 15:30:17 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"paths": {
"@/*": ["./src/*"],
"rax-app": [".rax/index.ts"]
}
}
}