11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"jsx": "react",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"],
|
||
|
|
"rax-app": [".rax/index.ts"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|