Skip to content

Commit 4226dc5

Browse files
committed
Updated the create-workspace script
1 parent e07485f commit 4226dc5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/src/create-workspace.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,6 @@ async function main(argv) {
258258
const tsconfigContent = JSON.stringify(
259259
{
260260
extends: '@mongodb-js/tsconfig-devtools/tsconfig.common.json',
261-
compilerOptions: {
262-
outDir: 'dist',
263-
allowJs: true,
264-
strict: true,
265-
},
266-
include: ['src/**/*'],
267-
exclude: ['./src/**/*.spec.*'],
268261
},
269262
null,
270263
2,

0 commit comments

Comments
 (0)