mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 09:47:58 +00:00
Bump dev
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// Copyright 2017-2020 @polkadot/util authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Be able to import json in TS
|
||||
// https://stackoverflow.com/questions/49996456/importing-json-file-in-typescript
|
||||
declare module '*.json' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const value: any;
|
||||
|
||||
export default value;
|
||||
}
|
||||
Reference in New Issue
Block a user