Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-782 committed Jan 9, 2024
1 parent a174cbf commit dd93cf9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 28,625 deletions.
3 changes: 2 additions & 1 deletion .typesAppenderConfig.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { HandleHolder } from "@war3js/unsafe";
import { Destructable } from "./src/handles/Destructable.ts";
import { Handle } from "./src/handles/Handle.ts";
import { Item } from "./src/handles/Item.ts";
Expand All @@ -14,7 +15,7 @@ import {
HUnitState,
} from "./src/utils/common.ts";

declare const __ColnfigOnlyBundlePath = "./build/tsup-bundle/index.d.ts";
declare const __ColnfigOnlyBundlePath = "./build/dts-bundle/out.d.ts";
declare const __ColnfigOnlyFixedBundleOutPath = "./build/fullTypes/bootstrap.d.ts";
declare const __ColnfigOnlyNativesOutPath = "./build/fullTypes/natives.d.ts";
declare const __ColnfigOnlyConstantssOutPath = "./build/fullTypes/constants.d.ts";
Expand Down
Loading

0 comments on commit dd93cf9

Please sign in to comment.