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,17 +1,18 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.node.json",
"compilerOptions": {
"noImplicitAny": false,
"allowImportingTsExtensions": true,
"noEmit": true
},
"extends": "../shared/tsconfig.scripts.jsonc",
"include": [
"jest.*",
"eslint.*",
"scripts/**/*"
],
"exclude": [
"node_modules",
"built",
"built-test",
"js-built",
"temp",
"coverage",
"ormconfig.js",
"scripts/check_connect.js",
"scripts/generate_api_json.js"