integration tests

This commit is contained in:
seavor 2026-04-15 22:19:59 -05:00
parent 0ff391491d
commit 4f68190a25
13 changed files with 1149 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["./**/*.ts"]
}