fix build

This commit is contained in:
SethBurkart123
2023-09-20 06:34:17 +10:00
parent f34d0a3e77
commit 942e805668
10 changed files with 32 additions and 19 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["../src/src"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}