improvements

This commit is contained in:
SethBurkart123
2023-09-16 20:39:09 +10:00
parent 8022fdd62b
commit d442713356
26 changed files with 95 additions and 57 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"include": ["../src/src"],
"references": [{ "path": "./tsconfig.node.json" }]
}