Align tsconfig to allow moduleResolution: nodenext (#728)

* Align tsconfig to allow moduleResolution: nodenext

* Adjust

* Default target flag
This commit is contained in:
Jaco
2023-03-09 16:53:32 +02:00
committed by GitHub
parent faed5b1474
commit 86281dca3a
20 changed files with 33 additions and 37 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
import type { KeyringInstance, KeyringPair } from '@polkadot/keyring/types';
import type { Prefix } from '@polkadot/util-crypto/address/types';
import type { AddressSubject } from './observable/types';
import type { KeyringOptions, KeyringStore } from './types';
import type { AddressSubject } from './observable/types.js';
import type { KeyringOptions, KeyringStore } from './types.js';
import { createTestKeyring } from '@polkadot/keyring';
import { isBoolean, isNumber, isString } from '@polkadot/util';