more align with template implementation

This commit is contained in:
2025-10-29 17:39:14 +01:00
parent 8cd7127af8
commit 0a327b247c
13 changed files with 126 additions and 31 deletions

View File

@@ -3,6 +3,6 @@
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"],
"compilerOptions": {
"types": ["jest", "node"]
"types": ["node" /* , "jest" ] // uncomment this if using jest */]
}
}