Skip to content

Commit 9078bfd

Browse files
committed
fix: ts-ignore for ci when /content is missing
1 parent fc97233 commit 9078bfd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

codegen/helpers.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
/** biome-ignore-all lint/suspicious/noTsIgnore: pass CI when ./content is unavailable */
2+
3+
// @ts-ignore
14
import type bigCraftables from "../content/Data/BigCraftables.json";
5+
// @ts-ignore
26
import type mannequins from "../content/Data/Mannequins.json";
7+
// @ts-ignore
38
import objects from "../content/Data/Objects.json" with { type: "json" };
9+
// @ts-ignore
410
import type pants from "../content/Data/Pants.json";
11+
// @ts-ignore
512
import type shirts from "../content/Data/Shirts.json";
13+
// @ts-ignore
614
import type tools from "../content/Data/Tools.json";
15+
// @ts-ignore
716
import type trinkets from "../content/Data/Trinkets.json";
17+
// @ts-ignore
818
import type weapons from "../content/Data/Weapons.json";
919
import { colorMap } from "./colors.js";
1020
import {

0 commit comments

Comments
 (0)