diff options
Diffstat (limited to 'apps/cli/tsconfig.json')
| -rw-r--r-- | apps/cli/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/cli/tsconfig.json b/apps/cli/tsconfig.json index 43577686..bf344404 100644 --- a/apps/cli/tsconfig.json +++ b/apps/cli/tsconfig.json @@ -9,6 +9,7 @@ "strictNullChecks": true, "paths": { "@/*": ["./src/*"] - } + }, + "types": ["vite/client"] } } |
