diff --git a/package.json b/package.json index 34b97f1..8163e67 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Asynchronous bootstrapping of Node applications", "main": "boot.js", "type": "commonjs", + "types": "index.d.ts", "scripts": { "lint": "standard", "lint:fix": "standard --fix",