hypixel-auction-notifier/tsconfig.json

15 lines
298 B
JSON
Raw Normal View History

2024-12-27 21:17:59 +01:00
{
"compilerOptions": {
"lib": [
"es5",
"es6"
],
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true
}
2024-12-27 21:17:59 +01:00
}