Skip to content

Commit 2b03765

Browse files
committed
fix: add missing compilerOptions section in deno.json
1 parent 99155f8 commit 2b03765

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

deno.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
".": "./src/index.ts",
66
"./cid": "./src/cid.ts"
77
},
8+
"compilerOptions": {
9+
"lib": [
10+
"dom",
11+
"esnext"
12+
]
13+
},
814
"license": "MIT",
915
"tasks": {
1016
"dev": "cd playground && deno run --watch -A npm:vite@7.2.4 build --watch",
@@ -40,4 +46,4 @@
4046
"fmt": {
4147
"useTabs": true
4248
}
43-
}
49+
}

0 commit comments

Comments
 (0)