Also don't TS check script files for same reason

This commit is contained in:
Kalle
2022-09-21 18:44:06 +03:00
parent c792e1d9ab
commit 1fcdaadaa7
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -1,4 +1,5 @@
/* eslint-disable */
// @ts-nocheck
import head from "./dicts/GearInfoHead.json";
import clothes from "./dicts/GearInfoClothes.json";