Skip to content

Commit 3f38bf1

Browse files
authored
chore: define es and lib requirements (#60)
1 parent 8ce4888 commit 3f38bf1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
3+
"target": "es2023",
4+
"lib": [
5+
"ES2023",
6+
"DOM",
7+
"ES2024.Promise",
8+
"ESNext.Iterator",
9+
"ESNext.Collection"
10+
],
411
"module": "nodenext",
512
"moduleResolution": "nodenext",
613
"outDir": "./build",

0 commit comments

Comments
 (0)