diff --git a/extensions/typescript/src/utils/projectStatus.ts b/extensions/typescript/src/utils/projectStatus.ts index 6e2e9e8781e3639019487e47e7c27e82c815559c..1f98c054c636c80fae15f8db14be01bf881768e2 100644 --- a/extensions/typescript/src/utils/projectStatus.ts +++ b/extensions/typescript/src/utils/projectStatus.ts @@ -187,11 +187,11 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[] } const defaultConfig = `{ - // See https://go.microsoft.com/fwlink/?LinkId=759670 - // for the documentation about the jsconfig.json format + ${localize('jsconfig.heading', '// See https://go.microsoft.com/fwlink/?LinkId=759670\n\t// for the documentation about the jsconfig.json format')} "compilerOptions": { "target": "es6", - "module": "commonjs" + "module": "commonjs", + "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules",