mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 10:45:50 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@theme/*": [
|
|
"./@theme/*",
|
|
"./node_modules/@redocly/theme/src/*"
|
|
],
|
|
"@portal/*": [
|
|
"./node_modules/@redocly/realm/dist/client/app/*"
|
|
]
|
|
},
|
|
}
|
|
}
|