Fix lint errors

This commit is contained in:
Eduardo Henke 2018-08-29 17:08:35 -03:00
parent 8e2d67ecee
commit 238df04ce8
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// Type definitions for tiny-secp256k1 v1.0.0
// Type definitions for tiny-secp256k1 1.0
// Project: https://github.com/bitcoinjs/tiny-secp256k1
// Definitions by: Eduardo Henke <https://github.com/eduhenke/>
// Definitions by: Eduardo Henke <https://github.com/eduhenke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />

View File

@ -13,7 +13,8 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": [
"index.d.ts",