diff --git a/packages/markdown-it-shiki-twoslash/package.json b/packages/markdown-it-shiki-twoslash/package.json index d0ee75d..b09dbea 100644 --- a/packages/markdown-it-shiki-twoslash/package.json +++ b/packages/markdown-it-shiki-twoslash/package.json @@ -21,7 +21,7 @@ ], "scripts": { "build": "esbuild src/index.ts --outfile=dist/index.js --target=node12 --platform=node", - "bootstrap": "pnpm exec tsc src/index.ts --declaration --emitDeclarationOnly --outdir dist --esModuleInterop", + "bootstrap": "pnpm exec tsc src/index.ts --declaration --emitDeclarationOnly --outdir dist --esModuleInterop" }, "dependencies": { "deasync": "^0.1.21",