test(app): fix windows paths

This commit is contained in:
Adam
2026-01-22 12:19:47 -06:00
parent 5a4eec5b08
commit 93044cc7d1
3 changed files with 25 additions and 5 deletions

View File

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