From @egamma on January 22, 2016 9:10
Setup
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"allowJs": true
},
"exclude": [
"node_modules"
]
}
Create a single file with a single function.

Copied from original issue: microsoft/vscode#2172