acidphantasm
88ad186bf5
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>
19 lines
482 B
JSON
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"],
|
|
}
|