[base-x] fix dependent package tests

This commit is contained in:
Dimitri Benin 2018-12-24 23:16:42 +01:00
parent 1dbd6c5c8c
commit 4f1f6c0552
2 changed files with 6 additions and 3 deletions

View File

@ -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 { }

View File

@ -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"
]
}
}