We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0022e1 commit 27b2166Copy full SHA for 27b2166
tsconfig.json
@@ -1,8 +1,8 @@
1
{
2
"extends": "astro/tsconfigs/strictest",
3
"compilerOptions": {
4
- "module": "Node16",
5
- "moduleResolution": "Node16",
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
6
"strict": true,
7
"verbatimModuleSyntax": true,
8
"baseUrl": ".",
0 commit comments