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:
@@ -2,4 +2,7 @@
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
- NEVER do anything i didn't ask you for!
|
||||
When working with this project, follow these rules:
|
||||
|
||||
- NEVER do anything i didn't ask you for!
|
||||
- Use double quotes ("") for strings.
|
||||
@@ -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