@tsconfig/svelte
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "4.0.1" | ||
"version": "5.0.0" | ||
} |
@@ -26,6 +26,7 @@ ### A base TSConfig for working with Svelte. | ||
"display": "Svelte", | ||
"_version": "4.0.0", | ||
"_version": "5.0.0", | ||
"compilerOptions": { | ||
"moduleResolution": "node", | ||
"module": "esnext", | ||
"moduleResolution": "bundler", | ||
"target": "es2017", | ||
@@ -32,0 +33,0 @@ /** |
{ | ||
"$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", | ||
@@ -9,0 +10,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3353
24
53