diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0f47472..4734c16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,8 +6,8 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, - "skipLibCheck": true, "sourceMap": true, "strict": true - } + }, + "types": ["vite/client"] } |
