mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[base-x] fix dependent package tests
This commit is contained in:
parent
1dbd6c5c8c
commit
4f1f6c0552
2
types/bs58/index.d.ts
vendored
2
types/bs58/index.d.ts
vendored
@ -3,8 +3,6 @@
|
||||
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="base-x" />
|
||||
|
||||
import * as BaseX from 'base-x';
|
||||
|
||||
declare namespace base58 { }
|
||||
|
||||
@ -12,6 +12,11 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"base-x": [
|
||||
"base-x/v1"
|
||||
]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
@ -20,4 +25,4 @@
|
||||
"index.d.ts",
|
||||
"bs58-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user