We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents debf09e + 9008893 commit dee7ee0Copy full SHA for dee7ee0
src/util/jsonReplacer.ts
@@ -1,4 +1,4 @@
1
-import { Hierarchy } from "./types";
+import { Hierarchy } from "./types.js";
2
3
export const outputReplacer = (_key: string, value: unknown) => {
4
if (typeof value === "number" && (isNaN(value) || !isFinite(value))) {
0 commit comments