Skip to content
Prev Previous commit
Next Next commit
Removed unneeded special case in build-info
  • Loading branch information
kraenhansen committed Oct 17, 2025
commit 92a69fb4dee4f6197e5d0fdb59fd8da7b95d9f23
4 changes: 2 additions & 2 deletions packages/mongodb-build-info/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"allowJs": true,
"strict": true
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["./src/**/*.spec.*", "./test/**/*.ts"]
"include": ["src/**/*"],
"exclude": ["./src/**/*.spec.*"]
}