We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd2244 commit e1c1647Copy full SHA for e1c1647
package/package.json
@@ -5,6 +5,7 @@
5
"description": "JS/TS wrapper for ox_lib exports",
6
"main": "./shared/index.js",
7
"types": "./shared/index.d.ts",
8
+ "sideEffects": ["./shared/resource/locale/index.js"],
9
"scripts": {
10
"compile": "tsc",
11
"prepare": "npm run compile"
0 commit comments