Initial pass before IOC

This commit is contained in:
iPromKnight
2024-02-07 09:19:09 +00:00
committed by iPromKnight
parent 555097d40b
commit 2ca2c77b94
5 changed files with 35 additions and 34 deletions

View File

@@ -8,10 +8,11 @@
"rootDir": "./src",
"sourceMap": true,
"target": "ES6",
"lib": ["es6"],
"types": ["node", "reflect-metadata"],
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules"]
}
}