mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Improve types
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
* @version 1.0.0
|
||||
*/
|
||||
|
||||
import "../../electron.d.ts";
|
||||
import { PRODUCT_NAME } from "../core/config.ts";
|
||||
import { id } from "../utils/utils.ts";
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="vite/client" />
|
||||
@@ -18,5 +18,5 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src", "electron.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user