chomp d79477a98f 3.9.0-DEV (#29)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
Reviewed-on: #29
2024-05-21 18:07:13 +00:00

19 lines
486 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-aki/*": ["./types/*"],
},
},
"exclude": ["node_modules", "dist", "tmp"],
}