Skip to content
Prev Previous commit
Next Next commit
Updated the create-workspace script
  • Loading branch information
kraenhansen committed Oct 17, 2025
commit cfd91c895471e07762e56c914d0a8a8128f720bf
7 changes: 0 additions & 7 deletions scripts/src/create-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ async function main(argv) {
const tsconfigContent = JSON.stringify(
{
extends: '@mongodb-js/tsconfig-devtools/tsconfig.common.json',
compilerOptions: {
outDir: 'dist',
allowJs: true,
strict: true,
},
include: ['src/**/*'],
exclude: ['./src/**/*.spec.*'],
},
null,
2,
Expand Down