File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ /** biome-ignore-all lint/suspicious/noTsIgnore: pass CI when ./content is unavailable */
2+
3+ // @ts -ignore
14import type bigCraftables from "../content/Data/BigCraftables.json" ;
5+ // @ts -ignore
26import type mannequins from "../content/Data/Mannequins.json" ;
7+ // @ts -ignore
38import objects from "../content/Data/Objects.json" with { type : "json" } ;
9+ // @ts -ignore
410import type pants from "../content/Data/Pants.json" ;
11+ // @ts -ignore
512import type shirts from "../content/Data/Shirts.json" ;
13+ // @ts -ignore
614import type tools from "../content/Data/Tools.json" ;
15+ // @ts -ignore
716import type trinkets from "../content/Data/Trinkets.json" ;
17+ // @ts -ignore
818import type weapons from "../content/Data/Weapons.json" ;
919import { colorMap } from "./colors.js" ;
1020import {
You can’t perform that action at this time.
0 commit comments