Skip to content

Commit 27b2166

Browse files
committed
chore(config): update typescript config
1 parent f0022e1 commit 27b2166

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,8 +1,8 @@
11
{
22
"extends": "astro/tsconfigs/strictest",
33
"compilerOptions": {
4-
"module": "Node16",
5-
"moduleResolution": "Node16",
4+
"module": "NodeNext",
5+
"moduleResolution": "NodeNext",
66
"strict": true,
77
"verbatimModuleSyntax": true,
88
"baseUrl": ".",

0 commit comments

Comments
 (0)