move types from global.d.ts to tsconfig.json

This commit is contained in:
gawlk
2023-08-16 12:05:51 +02:00
committed by Paul Miller
parent b50883b05b
commit 17d70e2fcc
2 changed files with 1 additions and 2 deletions

1
global.d.ts vendored
View File

@@ -1 +0,0 @@
/// <reference types="vite-plugin-pwa/client" />

View File

@@ -8,7 +8,7 @@
"jsxImportSource": "solid-js",
"jsx": "preserve",
"strict": true,
"types": ["solid-start/env", "node"],
"types": ["solid-start/env", "node", "vite-plugin-pwa/client"],
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]