fix: build failure due to tests (#1283)

This commit is contained in:
Tom Keller
2025-02-04 15:05:30 -08:00
committed by GitHub
parent b8ef615781
commit 134d71efe0
5 changed files with 19 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"include": [
"test/**/*.ts",
"src/**/*.ts"
],
"exclude": [],
"compilerOptions": {
"rootDir": "./"
},
}