From 480cd96cfeea29125c72d7e31fc18b3cbf11b93f Mon Sep 17 00:00:00 2001 From: yionr Date: Sat, 9 Nov 2024 16:14:54 +0800 Subject: [PATCH] fix: typo (#28) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b7f7ebc..1688966 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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,