diff --git a/packages/types/package.json b/packages/types/package.json index a33931e..2defe32 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -6,7 +6,9 @@ "license": "(Apache-2.0 OR GPL-2.0)", "main": "./index.js", "types": "./types.ts", - "scripts": {}, + "scripts": { + "test": "tsc --noEmit --strict --typeRoots '[]' types.ts" + }, "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://github.com/iconify/iconify", "repository": {