mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(package): maybe resolve some bundling issues
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"module": "CommonJS",
|
||||
"module": "es2020",
|
||||
"types": ["@types/node", "@citizenfx/client", "@citizenfx/server"],
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"target": "ESNext",
|
||||
"target": "es2021",
|
||||
"allowJs": false,
|
||||
"lib": ["ESNext"],
|
||||
"lib": ["es2021"],
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitAny": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user