Bump to TS 5.0 (#737)

* Bump to TS 5.0

* Adjust global dev-test imports
This commit is contained in:
Jaco
2023-03-17 07:58:03 +02:00
committed by GitHub
parent a3a918b2cb
commit 22c8d7ac0c
16 changed files with 62 additions and 61 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/node.d.ts" />
/// <reference types="@polkadot/dev-test/globals.d.ts" />
import { u8aConcat, u8aToHex, u8aToString } from '@polkadot/util';
import { randomAsU8a } from '@polkadot/util-crypto';