From 17d70e2fcc256e7fbe64abe63b8823da3a6e5d61 Mon Sep 17 00:00:00 2001 From: gawlk Date: Wed, 16 Aug 2023 12:05:51 +0200 Subject: [PATCH] move types from global.d.ts to tsconfig.json --- global.d.ts | 1 - tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 global.d.ts 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/*"]