Upgrade TypeScript to 6.0 (#10113)

This commit is contained in:
Samuel Newman
2026-03-25 00:50:26 -07:00
committed by GitHub
parent fa84c451d0
commit cc5580848c
7 changed files with 298 additions and 161 deletions
+2 -3
View File
@@ -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": [
{