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

10 lines
179 B
JSON

{
"compilerOptions": {
"declaration": true,
"declarationDir": "dist/dts",
"target": "esnext",
"forceConsistentCasingInFileNames": true,
"strict": true
}
}