test(app): fix windows paths

This commit is contained in:
Adam 2026-01-22 12:19:47 -06:00
parent 5a4eec5b08
commit 93044cc7d1
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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"]
}