Files
xrpl-dev-portal/tsconfig.json
Caleb Kniffen e314ebb76c Use @uiw/react-codemirror and react@18
Updating redocly to latest and leveraging `@uiw/react-codemirror` which
it also uses.
2024-01-31 16:07:14 -08:00

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/*"
]
},
}
}