npm package diff
Package: @tsconfig/svelte
Versions: 4.0.1 - 5.0.0
File: package/README.md
Index: package/README.md
===================================================================
--- package/README.md
+++ package/README.md
@@ -22,12 +22,13 @@
```jsonc
{
"$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.