mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@theme/*": [
|
|
"./@theme/*",
|
|
"./node_modules/@redocly/theme/src/*"
|
|
],
|
|
"@portal/*": [
|
|
"./node_modules/@redocly/portal/dist/client/App/*"
|
|
]
|
|
},
|
|
}
|
|
}
|