diff --git a/package/package.json b/package/package.json index 6ea0c08..a7974bf 100644 --- a/package/package.json +++ b/package/package.json @@ -3,7 +3,8 @@ "author": "Overextended", "version": "1.0.0", "description": "JS/TS wrapper for ox_lib exports", - "main": "index.js", + "main": "./shared/index.js", + "types": "./shared/index.d.ts", "scripts": { "compile": "tsc", "prepare": "npm run compile"