From 0573ea5c5524b30142ec6cb1768dc93f63793246 Mon Sep 17 00:00:00 2001 From: "andrew.borg" Date: Sat, 17 Jun 2023 17:03:56 +0200 Subject: [PATCH] Enable comments in build --- package.json | 2 +- tsconfig.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 21dfc61..93247bb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 7cd7318..05a649f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "outDir": "dist", "baseUrl": "./", "declaration": true, - "removeComments": true, "skipLibCheck": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, @@ -19,7 +18,6 @@ "outDir": "dist", "baseUrl": "./", "declaration": true, - "removeComments": true, "skipLibCheck": true, "emitDecoratorMetadata": true, "experimentalDecorators": true,