c-kzg-4844/bindings/node.js/tsconfig.json

10 lines
175 B
JSON

{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}