Skip to content

Commit ddcc565

Browse files
committed
tsconfig
1 parent 0e74b6b commit ddcc565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/convex/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"lib": ["ES2021", "dom"],
1414
"forceConsistentCasingInFileNames": true,
1515
"allowSyntheticDefaultImports": true,
16-
"module": "ESNext",
17-
"moduleResolution": "Node",
16+
"module": "esnext",
17+
"moduleResolution": "bundler",
1818
"isolatedModules": true,
1919
"skipLibCheck": true,
2020
"noEmit": true

0 commit comments

Comments
 (0)