Skip to content

Commit

Permalink
add ts-expect-error for execa
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Feb 17, 2024
1 parent 456fb9d commit b42ae03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build-adapter-handlers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** Build script to use esbuild without specifying 1000 CLI options */
// @ts-expect-error esm2cjs/execa needs to be fixed to allow cjs import with types
import { ExecaChildProcess, execaNode } from "@esm2cjs/execa";
import { gray, green, red } from "ansi-colors";
import type {
Expand Down

0 comments on commit b42ae03

Please sign in to comment.