Skip to content

Commit 64c7ddd

Browse files
committed
add comment to default config, fixes microsoft#4291
1 parent e6567c5 commit 64c7ddd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/typescript/src/utils/projectStatus.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[]
181181
}
182182

183183
const defaultConfig = `{
184+
// See http://go.microsoft.com/fwlink/?LinkId=733559
185+
// for the documentation about the jsconfig.json format
184186
"compilerOptions": {
185187
"module": "commonjs"
186188
},

0 commit comments

Comments
 (0)