Skip to content

Commit dee7ee0

Browse files
Merge pull request #12 from until-tsukuba/remove-nan
importのtypes.jsを修正
2 parents debf09e + 9008893 commit dee7ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/jsonReplacer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Hierarchy } from "./types";
1+
import { Hierarchy } from "./types.js";
22

33
export const outputReplacer = (_key: string, value: unknown) => {
44
if (typeof value === "number" && (isNaN(value) || !isFinite(value))) {

0 commit comments

Comments
 (0)