further debugging

This commit is contained in:
Robyn Drake 2023-04-29 04:39:41 -05:00
parent 68e3f0cf32
commit 84eeee03fd
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/client"],
"include": ["src/client/src"],
"references": [{ "path": "./tsconfig.node.json" }]
}