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,