Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit fe678eb

Browse files
committed
Clean up
1 parent 010b226 commit fe678eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deno.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"compilerOptions": {
3-
"target": "esnext",
4-
"lib": [
5-
"dom",
2+
"compilerOptions": {
3+
"target": "esnext",
4+
"lib": [
5+
"dom",
66
"dom.iterable",
77
"dom.asynciterable",
88
"deno.ns",
99
"deno.unstable"
10-
],
11-
"jsx": "react"
12-
}
10+
],
11+
"jsx": "react"
12+
}
1313
}

0 commit comments

Comments
 (0)