diff --git a/package-lock.json b/package-lock.json index 0a7c37f..4b75c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rawjsonbuilder", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3a85597..9f4e518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rawjsonbuilder", - "version": "1.0.5", + "version": "1.0.6", "description": "Minecraft Raw JSON text builder", "main": "./lib/RawJSONBuilder.js", "types": "./lib/interfaces.d.ts", diff --git a/tsconfig.json b/tsconfig.json index 273ed8b..ca1157c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "declaration": true, "experimentalDecorators": true, "strict": true, - "esModuleInterop": true, "module": "commonjs", "moduleResolution": "node", "target": "ES2020"