mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-07-25 01:15:43 +00:00
Align tsconfig to allow moduleResolution: nodenext (#3104)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Copyright 2020-2023 @polkadot/phishing authors & contributors
|
// Copyright 2020-2023 @polkadot/phishing authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
import type { AddressList, HostList } from './types';
|
import type { AddressList, HostList } from './types.js';
|
||||||
|
|
||||||
import { u8aEq } from '@polkadot/util';
|
import { u8aEq } from '@polkadot/util';
|
||||||
import { decodeAddress } from '@polkadot/util-crypto';
|
import { decodeAddress } from '@polkadot/util-crypto';
|
||||||
|
|||||||
+2
-4
@@ -3,10 +3,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@polkadot/phishing": ["phishing/src"],
|
"@polkadot/phishing": ["phishing/src"]
|
||||||
"@polkadot/phishing/*": ["phishing/src/*"]
|
|
||||||
},
|
},
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true
|
||||||
"target": "es2020"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user