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

Commit 971c147

Browse files
committed
server: Set to bundler / ES2015
1 parent 893a563 commit 971c147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"moduleResolution": "Node16",
4-
"module": "Node16",
3+
"moduleResolution": "Bundler",
4+
"module": "ES2015",
55
"target": "ES2018",
66
"declaration": false,
77
"sourceMap": true,

0 commit comments

Comments
 (0)