You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Configure inside your `webpack.config.js`:
33
33
rules: [
34
34
...
35
35
// The following two loader entries are only needed if you use Svelte 5+ with TypeScript.
36
-
// Also make sure your tsconfig.json includes `"target": "ESNext"` in order to not downlevel syntax
36
+
// Also make sure your tsconfig.json includes `"useDefineForClassFields": true` or "target" is at least "ES2022"` in order to not downlevel class syntax
0 commit comments