mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-31 20:14:26 +01:00
move types from global.d.ts to tsconfig.json
This commit is contained in:
1
global.d.ts
vendored
1
global.d.ts
vendored
@@ -1 +0,0 @@
|
||||
/// <reference types="vite-plugin-pwa/client" />
|
||||
@@ -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/*"]
|
||||
|
||||
Reference in New Issue
Block a user