Skip to content

Commit

Permalink
DO-1550: revert the changes to the tsconfig from #1106 and remove pre…
Browse files Browse the repository at this point in the history
…build script
  • Loading branch information
krishanthisera committed Oct 13, 2023
1 parent 53a625f commit 85e2138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"homepage": "https://github.com/aligent/aws-cdk-constructs#readme",
"scripts": {
"build": "tsc",
"prepublish": "tsc",
"lint": "eslint --ignore-path .eslintignore --ext .ts .",
"lint:check": "npm run lint",
"lint:fix": "npm run lint --fix",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"declaration": false,
"noEmit": true,
"noEmit": false,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
Expand Down

0 comments on commit 85e2138

Please sign in to comment.