quash type issues

This commit is contained in:
Georges-Antoine Assi
2026-01-01 11:24:51 -05:00
parent 995efedcbe
commit 9e2e5bd5b6
3 changed files with 5 additions and 0 deletions

View File

@@ -7838,6 +7838,7 @@
"node_modules/rom-patcher": {
"version": "3.0.0",
"resolved": "git+ssh://git@github.com/marcrobledo/RomPatcher.js.git#91e522e247f709e894761157ccba3189004d0859",
"integrity": "",
"dependencies": {
"chalk": "4.1.2",
"commander": "^11.0.0"

View File

@@ -1,3 +1,5 @@
/* eslint-disable no-undef */
/// <reference lib="webworker" />
// Load all patcher scripts

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module "rom-patcher/rom-patcher-js/*" {
const value: any;
export default value;