diff --git a/package.json b/package.json index 20c9434..565aed7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "repository": "https://github.com/skevy/wobble", "author": "Adam Miskiewicz ", "license": "MIT", + "typescript:main": "src/index.ts", "main": "./dist/module/index.js", "module": "./dist/wobble.es.js", "types": "./dist/module/index.d.ts", @@ -24,6 +25,7 @@ "precommit": "lint-staged" }, "files": [ + "src", "dist" ], "jest": {