Skip to content

Commit b60b0e3

Browse files
committed
Remove no longer needed @ts-expect-error's
1 parent 1c9c841 commit b60b0e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// I cant' get this import to work locally. The import in node_modules is
22
// javy/dist but esbuild requires the import to be javy/fs
3-
//
4-
// @ts-expect-error
53
import { readFileSync, writeFileSync, STDIO } from "javy/fs";
64
import {
75
EmitHint,

src/logger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// I cant' get this import to work locally. The import in node_modules is
22
// javy/dist but esbuild requires the import to be javy/fs
3-
//
4-
// @ts-expect-error
53
import { readFileSync, writeFileSync, STDIO } from "javy/fs";
64

75
export function log(msg: string) {

0 commit comments

Comments
 (0)