Skip to content

Commit

Permalink
Enable comments in build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed Jun 17, 2023
1 parent aea5f9f commit 0573ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rulepilot",
"version": "1.1.10",
"version": "1.1.11",
"description": "Rule parsing engine for JSON rules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"outDir": "dist",
"baseUrl": "./",
"declaration": true,
"removeComments": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand All @@ -19,7 +18,6 @@
"outDir": "dist",
"baseUrl": "./",
"declaration": true,
"removeComments": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 0573ea5

Please sign in to comment.