Disallow any types

This commit is contained in:
2026-03-09 23:02:52 +01:00
parent 3b1aab4985
commit dc6746c882
40 changed files with 961 additions and 476 deletions

View File

@@ -1,4 +1,8 @@
import { app, BrowserWindow, shell } from 'electron';
import {
app,
BrowserWindow,
shell
} from 'electron';
import * as fs from 'fs';
import * as path from 'path';