Skip to content

Commit

Permalink
fix: set import helpers to false [sc-0] (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
umutuzgur authored Apr 13, 2023
1 parent e7e169d commit 6a4f919
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
32 changes: 18 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkly/cli",
"version": "0.4.11",
"version": "0.4.12",
"description": "Checkly CLI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"incremental": true,
"declaration": true,
"importHelpers": true,
"importHelpers": false,
"module": "commonjs",
"outDir": "dist",
"rootDirs": ["src", "e2e"],
Expand Down

0 comments on commit 6a4f919

Please sign in to comment.