Skip to content

Commit 14d5e6f

Browse files
committed
Migrate entrypoint to TS
1 parent 4a2dcfc commit 14d5e6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// @ts-check
2-
import fs from "fs";
1+
import fs from "node:fs";
32
import fse from "fs-extra";
43
import util from "util";
54
import path from "path";

0 commit comments

Comments
 (0)