Upgrade TypeScript to 6.0 (#10113)
This commit is contained in:
+2
-3
@@ -5,12 +5,11 @@
|
||||
"module": "esnext",
|
||||
"lib": ["dom", "esnext"],
|
||||
"types": ["node", "jest"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#/*": ["./src/*"],
|
||||
"crypto": ["./src/platform/crypto.ts"],
|
||||
"multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"],
|
||||
"multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"]
|
||||
"multiformats/cid": ["./node_modules/multiformats/types/src/cid.d.ts"],
|
||||
"multiformats/hashes/hasher": ["./node_modules/multiformats/types/src/hashes/hasher.d.ts"]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user