Alex 4f0739b138 Rebranded mod examples to SPT (#30)
Co-authored-by: clodan <clodan@clodan.com>
Reviewed-on: #30
Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com>
Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
2024-05-21 18:38:36 +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"],
}