acidphantasm 88ad186bf5 Add 18.1CustomItemServiceLootBox & 13.1AddTraderWithAssortJSON (#32)
Created 18.1CustomItemServiceLootBox as an extension of 18CustomItemService.
Created 13.1AddTraderWithAssortJSON as a replacement / extension of 13AddTrader

Co-authored-by: acidphantasm <127812106+acidphantasm@users.noreply.github.com>
Reviewed-on: #32
Co-authored-by: acidphantasm <acidphantasm@noreply.dev.sp-tarkov.com>
Co-committed-by: acidphantasm <acidphantasm@noreply.dev.sp-tarkov.com>
2024-07-11 10:12:06 +00:00

19 lines
482 B
JSON

{
"compilerOptions": {
"allowJs": true,
"module": "NodeNext",
"target": "ES2022",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"outDir": "tmp",
"paths": {
"@spt/*": ["./types/*"],
},
},
"exclude": ["node_modules", "dist", "tmp"],
}