Skip to content

Commit

Permalink
chore: checkJs
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 1, 2022
1 parent 7ccb387 commit d987ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eventual-send/shim.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
/* global globalThis */
import { makeHandledPromise } from './src/handled-promise.js';

Expand Down
1 change: 1 addition & 0 deletions packages/eventual-send/src/no-shim.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import makeE from './E.js';

const hp = HandledPromise;
Expand Down
1 change: 1 addition & 0 deletions packages/eventual-send/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"moduleResolution": "node",

"noEmit": true,
"checkJs": true,
/*
// The following flags are for creating .d.ts files:
"noEmit": false,
Expand Down

0 comments on commit d987ab2

Please sign in to comment.