chomp 7907d533ae 13.5 (#15)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Refringe <refringe@noreply.dev.sp-tarkov.com>
Reviewed-on: #15
2023-10-08 21:07:25 +00:00

25 lines
551 B
JSON

{
"compilerOptions": {
"allowJs": true,
"module": "CommonJS",
"target": "es2021",
"moduleResolution": "node",
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"outDir": "tmp",
"baseUrl": ".",
"paths": {
"@spt-aki/*": ["./types/*"]
}
},
"lib": [
"es2020"
],
"include": [
"src/*",
"src/**/*"
]
}