Skip to content

Commit 84e9b9d

Browse files
committed
build: switch to ES2022 target with bundler module resolution
1 parent 34cab63 commit 84e9b9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2018",
4-
"moduleResolution": "node",
3+
"target": "es2022",
4+
"module": "es2022",
5+
"moduleResolution": "bundler",
56
"strict": true,
67
"forceConsistentCasingInFileNames": true
78
},

0 commit comments

Comments
 (0)