diff --git a/package.json b/package.json index 25e992c..f7441bb 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", + "type": "module", "scripts": { "build": "rm -rf lib && tsc", "lint": "tslint -p tsconfig.json", @@ -32,4 +33,4 @@ "tslint": "^6.1.1", "typescript": "^3.8.3" } -} \ No newline at end of file +}