WIP: fix(AbsurdSqlDatabaseService) fixes to typing and other curious beasts

This commit is contained in:
Matthew Raymer
2025-05-28 10:56:27 +00:00
parent df180b1c46
commit ceed68db83
6 changed files with 152 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
"experimentalDecorators": true,
"paths": {
"@/*": ["src/*"]
}
},
"typeRoots": ["./node_modules/@types", "./src/types"]
},
"include": [
"src/**/*.ts",