npm package diff

Package: @tsconfig/svelte

Versions: 4.0.1 - 5.0.0

File: package/tsconfig.json

Index: package/tsconfig.json
===================================================================
--- package/tsconfig.json
+++ package/tsconfig.json
@@ -1,11 +1,12 @@
 {
   "$schema": "https://json.schemastore.org/tsconfig",
   "display": "Svelte",
-  "_version": "4.0.0",
+  "_version": "5.0.0",
 
   "compilerOptions": {
-    "moduleResolution": "node",
+    "module": "esnext",
+    "moduleResolution": "bundler",
     "target": "es2017",
     /**
       Svelte Preprocess cannot figure out whether you have a value or a type, so tell TypeScript
       to enforce using `import type` instead of `import` for Types.