Skip to content

Commit

Permalink
Fix ls type reference again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 16, 2024
1 parent b1dd7c8 commit ec51997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/ls.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export {};
/// <reference types="./lib.d.ts" />
/// <reference lib="esnext" />
// @ts-check
export {};

const { S_IFREG, S_IFDIR, S_IFCHR, S_IFBLK, S_IFIFO, S_IFLNK, S_IFSOCK, S_IFMT } = fs.constants;

Expand Down

0 comments on commit ec51997

Please sign in to comment.