c-kzg-4844/bindings/node.js/tsconfig.json
2022-11-03 22:37:56 -07:00

10 lines
179 B
JSON

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