Project configuration
TODO: Details configured, external, and inferred project/context types.
External projects
The VS/MSBuild default
<TypeScriptToolsVersion>2.5</TypeScriptToolsVersion>
Configured projects
Just add a tsconfig.json
file, e.g.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs"
}
}
Inferred projects
The leftovers will appear in the Virtual Projects node as: