Skip to content

Commit 480cd96

Browse files
authored
fix: typo (#28)
1 parent 16c3736 commit 480cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// at least `ES2020` for dynamic `import()`s and `import.meta` to work correctly.
4545
// - If you are not using Vite, feel free to overwrite the `target` field.
4646
"target": "ESNext",
47-
// For spec compilance.
47+
// For spec compliance.
4848
// `true` by default if the `target` is `ES2020` or higher.
4949
// Explicitly set it to `true` here in case some users want to overwrite the `target`.
5050
"useDefineForClassFields": true,

0 commit comments

Comments
 (0)