Skip to content

Commit c45e33a

Browse files
committed
fix: import for ts-compile make work
1 parent 23f43d1 commit c45e33a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/utils/yaml.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// @ts-nocheck
22
// TODO: remove ts-nocheck
3-
import fs from "fs";
4-
import yaml from "js-yaml";
5-
import lodash from "lodash";
6-
import path from "path";
3+
import * as fs from "fs";
4+
import * as yaml from "js-yaml";
5+
import * as lodash from "lodash";
6+
import * as path from "path";
77

88
import { esseSchema, JSONSchemasInterface } from "../JSONSchemasInterface";
99
import { safeMakeArray } from "./array";

0 commit comments

Comments
 (0)