diff --git a/global.d.ts b/global.d.ts deleted file mode 100644 index d90b980..0000000 --- a/global.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index f957600..06fbf07 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/*"]