caver-js
Version:
caver-js is a JavaScript API library that allows developers to interact with a Klaytn node
18 lines (17 loc) • 369 B
JSON
{
"include": ["./index.js", "./packages/**/*.js"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"removeComments": true,
"noImplicitAny": false,
"noLib": false,
"outDir": "types",
}
}