mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
quash type issues
This commit is contained in:
1
frontend/package-lock.json
generated
1
frontend/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable no-undef */
|
||||
|
||||
/// <reference lib="webworker" />
|
||||
|
||||
// Load all patcher scripts
|
||||
|
||||
2
frontend/src/types/rompatcher.d.ts
vendored
2
frontend/src/types/rompatcher.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
declare module "rom-patcher/rom-patcher-js/*" {
|
||||
const value: any;
|
||||
export default value;
|
||||
|
||||
Reference in New Issue
Block a user