fix(package): specify side-effects and do not bundle output

This commit is contained in:
Linden
2024-09-16 18:34:55 +10:00
parent 7bd22441ff
commit e1c1647343
4 changed files with 618 additions and 505 deletions

View File

@@ -5,6 +5,7 @@
"description": "JS/TS wrapper for ox_lib exports",
"main": "./shared/index.js",
"types": "./shared/index.d.ts",
"sideEffects": ["./shared/resource/locale/index.js"],
"scripts": {
"compile": "tsc",
"prepare": "npm run compile"