mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 02:00:21 +00:00
Fix lint errors
This commit is contained in:
Vendored
+2
-2
@@ -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" />
|
||||
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user