diff --git a/extensions/typescript/src/utils/projectStatus.ts b/extensions/typescript/src/utils/projectStatus.ts index cba3caf0a19..d7cdbdcb347 100644 --- a/extensions/typescript/src/utils/projectStatus.ts +++ b/extensions/typescript/src/utils/projectStatus.ts @@ -181,6 +181,8 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[] } const defaultConfig = `{ + // See http://go.microsoft.com/fwlink/?LinkId=733559 + // for the documentation about the jsconfig.json format "compilerOptions": { "module": "commonjs" },