Skip to content

Commit 0818b3e

Browse files
committed
chore: update tsconfig.json
1 parent 7c98c4b commit 0818b3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"extends": "astro/tsconfigs/strictest",
33
"compilerOptions": {
4+
"module": "Node16",
5+
"moduleResolution": "Node16",
46
"strict": true,
5-
"importsNotUsedAsValues": "error",
7+
"verbatimModuleSyntax": true,
68
"baseUrl": ".",
79
"paths": {
810
"@/*": [

0 commit comments

Comments
 (0)