We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07485f commit 4226dc5Copy full SHA for 4226dc5
scripts/src/create-workspace.js
@@ -258,13 +258,6 @@ async function main(argv) {
258
const tsconfigContent = JSON.stringify(
259
{
260
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.*'],
268
},
269
null,
270
2,
0 commit comments