mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-19 14:41:07 +00:00
Align tsconfig to allow moduleResolution: nodenext (#728)
* Align tsconfig to allow moduleResolution: nodenext * Adjust * Default target flag
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { KeyringJson, KeyringStore } from '../types';
|
||||
import type { KeyringJson, KeyringStore } from '../types.js';
|
||||
|
||||
import store from 'store';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { KeyringJson, KeyringStore } from '../types';
|
||||
import type { KeyringJson, KeyringStore } from '../types.js';
|
||||
|
||||
import mkdirp from 'mkdirp';
|
||||
import fs from 'node:fs';
|
||||
|
||||
Reference in New Issue
Block a user