diff --git a/package.json b/package.json index 625a626..d1d0e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sn-client-js", - "version": "3.0.2", + "version": "3.0.3", "description": "A JavaScript client for Sense/Net ECM that makes it easy to use the REST API of the Content Repository.", "main": "dist/src/SN.js", "files": [ diff --git a/tsconfig.json b/tsconfig.json index 34b7da3..086381e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { "strict": true, - "removeComments": true, - "noImplicitAny": true, "noUnusedLocals": true, "target": "es2015", "module": "commonjs", @@ -12,7 +10,6 @@ "preserveConstEnums": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "skipLibCheck": true, "outDir": "./dist" }, "exclude": [