test(app): fix windows paths

This commit is contained in:
Adam
2026-01-22 12:19:47 -06:00
parent 61f91e8735
commit 3850886528
3 changed files with 25 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["node"]
},
"include": ["./**/*.ts"]
}