add comment to default config, fixes #4291

This commit is contained in:
Johannes Rieken
2016-03-16 11:44:20 +01:00
parent e6567c570e
commit 64c7dddb71

View File

@@ -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"
},