diff --git a/scripts/create-analyzer-json.ts b/scripts/create-analyzer-json.ts index f66da9b53..a7bc1d12b 100644 --- a/scripts/create-analyzer-json.ts +++ b/scripts/create-analyzer-json.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// @ts-nocheck // To run this script you need from https://github.com/Leanny/leanny.github.io // 1) WeaponInfoMain.json inside dicts diff --git a/scripts/create-gear-json.ts b/scripts/create-gear-json.ts index 305a484f3..9f634431d 100644 --- a/scripts/create-gear-json.ts +++ b/scripts/create-gear-json.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// @ts-nocheck import head from "./dicts/GearInfoHead.json"; import clothes from "./dicts/GearInfoClothes.json";