update backend to the new templates

This commit is contained in:
Hazelnoot 2025-10-07 00:40:02 -04:00
parent 4e30986cda
commit 05be2596ea
44 changed files with 156 additions and 111 deletions

View file

@ -1,18 +1,19 @@
{
"extends": "../../shared/tsconfig.node.json",
"extends": "../../shared/tsconfig.node.jsonc",
"compilerOptions": {
// Checking
"types": ["jest", "node"],
"outDir": "./built",
"sourceMap": true,
"verbatimModuleSyntax": false,
"removeComments": false,
"noImplicitOverride": false,
"noImplicitAny": false,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"paths": {
"@/*": ["../src/*"]
},
"typeRoots": [
"../node_modules/@types",
"../src/@types"
]
// Output
"outDir": "./built"
},
"include": [
"./**/*.ts",