Skip to content

Commit

Permalink
fix: typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yionr authored Nov 9, 2024
1 parent 16c3736 commit 480cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// at least `ES2020` for dynamic `import()`s and `import.meta` to work correctly.
// - If you are not using Vite, feel free to overwrite the `target` field.
"target": "ESNext",
// For spec compilance.
// For spec compliance.
// `true` by default if the `target` is `ES2020` or higher.
// Explicitly set it to `true` here in case some users want to overwrite the `target`.
"useDefineForClassFields": true,
Expand Down

0 comments on commit 480cd96

Please sign in to comment.