mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(package): no implicit any
This commit is contained in:
@@ -9,14 +9,12 @@
|
||||
"target": "ESNext",
|
||||
"allowJs": false,
|
||||
"lib": ["ESNext"],
|
||||
"noEmitOnError": false,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitAny": false,
|
||||
"noEmit": false
|
||||
"noImplicitAny": true
|
||||
},
|
||||
"include": ["client", "server", "shared"],
|
||||
"exclude": ["**/node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user