Skip to content

Commit

Permalink
fix verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Jul 2, 2024
1 parent c826b29 commit d0c3134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.9",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"esbuild-svelte": "^0.8.1",
"luxon": "^3.4.4",
"svelte": "^4.2.18",
"svelte-preprocess": "^6.0.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"isolatedModules": true,
"resolveJsonModule": true,
"moduleResolution": "Node",
"verbatimModuleSyntax": false,
"verbatimModuleSyntax": true,
"lib": [
"DOM",
"ESNext",
Expand Down

0 comments on commit d0c3134

Please sign in to comment.