diff --git a/package.json b/package.json index f7949afb..d2488273 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,12 @@ "dist/", "src/", "package.json", - "package-lock.json", "yarn.lock" ], "main": "dist/o.js", "module": "dist/o.js", "browser": "dist/o.min.js", - "types": "dist/index.d.ts", + "types": "src/types.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hammy2899/o.git"