mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|