Skip to content

Commit

Permalink
Fix tsconfig.check.json target
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Mar 29, 2023
1 parent 09cd008 commit b8c41aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite/tsconfig.check.json
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"exactOptionalPropertyTypes": true
Expand Down

0 comments on commit b8c41aa

Please sign in to comment.