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
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Endpoint, EndpointType, Option, SettingsStruct } from './types';
import type { Endpoint, EndpointType, Option, SettingsStruct } from './types.js';
import EventEmitter from 'eventemitter3';
import store from 'store';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Option } from '../types';
import type { Option } from '../types.js';
import { isPolkadot } from './type.js';