Files
red-valley/resources/[framework]/[depends]/oxmysql/lib/tsconfig.json
T
redvalley e756e29294 fix(qb-core): post-update recovery + centralizare notify 17mov_Hud
Restaurat jobs.lua din git (Quasar fork a suprascris joburile 17mov). Adăugat item map în items.lua (lipsea, rupt rv-maphold). Setat licences.driver = false în config.lua. Override QBCore.Functions.Notify + QBCore:Notify event → 17mov_Hud:ShowNotification (toate notificările merg automat prin 17mov_Hud).
2026-04-03 02:47:59 +03:00

25 lines
553 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"outDir": ".",
"strict": true,
"module": "CommonJS",
"types": ["@citizenfx/server"],
"declaration": true,
"sourceMap": true,
"target": "ESNext",
"allowJs": true,
"lib": ["ESNext"],
"noEmitOnError": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"rootDir": ".",
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"noEmit": false
},
"include": ["MySQL.ts"],
"exclude": ["**/node_modules"]
}