updates for testmode

This commit is contained in:
Emily
2025-01-29 17:14:10 +01:00
parent bfeee8673c
commit a2e4ed9ee0
22 changed files with 343 additions and 61 deletions

View File

@@ -1,11 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"composite": true
"target": "ESNext"
},
"include": [
"**/*.ts"
"./**/*.ts"
],
"exclude": [
"node_modules"
]
}