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

11 lines
207 B
JSON
Raw Normal View History

2022-11-02 20:45:29 +00:00
{
"compilerOptions": {
2022-11-03 19:57:46 +00:00
"target": "esnext",
"esModuleInterop": true,
"moduleResolution": "node",
2022-11-03 19:57:46 +00:00
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
2022-11-02 20:45:29 +00:00
}
}