diff --git a/package.json b/package.json index e98bad3..a2f66c3 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "type": "git", "url": "https://github.com/seegno/objection-guid.git" }, + "types": "./index.d.ts", "scripts": { "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md", "cover": "jest --coverage --forceExit",