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
|
alwaysApply: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
When working with this project, follow these rules:
|
||||||
|
|
||||||
- NEVER do anything i didn't ask you for!
|
- NEVER do anything i didn't ask you for!
|
||||||
|
- Use double quotes ("") for strings.
|
||||||
@@ -5,7 +5,6 @@
|
|||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "../../electron.d.ts";
|
|
||||||
import { PRODUCT_NAME } from "../core/config.ts";
|
import { PRODUCT_NAME } from "../core/config.ts";
|
||||||
import { id } from "../utils/utils.ts";
|
import { id } from "../utils/utils.ts";
|
||||||
|
|
||||||
|
|||||||
@@ -18,5 +18,5 @@
|
|||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noUncheckedSideEffectImports": true
|
"noUncheckedSideEffectImports": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src", "electron.d.ts"]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user