fix: tsconfig target

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-11 16:21:55 +08:00
parent b13f21fc7e
commit 454700aacb
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"compilerOptions": {
"composite": true,
"jsx": "react-jsx",
"target": "ES2022",
"noUnusedLocals": false,
"strict": true,
"baseUrl": ".",