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

10 lines
179 B
JSON
Raw Normal View History

2022-11-02 13:45:29 -07:00
{
"compilerOptions": {
2022-11-03 22:35:09 -07:00
"declaration": true,
"declarationDir": "dist/dts",
2022-11-03 12:57:46 -07:00
"target": "esnext",
"forceConsistentCasingInFileNames": true,
2022-11-03 22:37:56 -07:00
"strict": true
2022-11-02 13:45:29 -07:00
}
}