diff --git a/package.json b/package.json index ef73da9..3342167 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "", "main": "email-template-harsh.js", "scripts": { - "build": "npx esbuild sidebar/sidebar.tsx test.ts report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib", + "build": "npx esbuild sidebar/sidebar.tsx test.ts --bundle report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib", "watch": "npm run build -- --watch", - "typecheck": "tsc" + "typecheck": "tsc --noEmit" }, "repository": { "type": "git",