diff --git a/js/package.json b/js/package.json index 1588b40f1ad8..02b350f33c79 100644 --- a/js/package.json +++ b/js/package.json @@ -3,6 +3,7 @@ "version": "1.0.6", "description": "Library for KernelSU's module WebUI", "main": "index.js", + "types": "index.d.ts", "scripts": { "test": "npm run test" },