diff --git a/package.json b/package.json index c517e03..ed07f65 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.0.2", "description": "A vanilla JS customisable text input/select box plugin", "main": "./assets/scripts/dist/choices.min.js", - "types": "index.d.ts", + "types": "./index.d.ts", "scripts": { "start": "node server.js", "lint": "eslint assets/**/*.js",