Files
xrpl-dev-portal/_code-samples/get-tx/js/tsconfig.json
2026-02-23 12:47:15 +00:00

11 lines
206 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}