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

11 lines
207 B
JSON

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