lighthouse
Version:
> Stops you crashing into the rocks; lights the way
16 lines (13 loc) • 375 B
JSON
{
"//": "to run: tsc -p ./jsconfig.json ",
"//": "good docs here: https://github.com/Microsoft/vscode-docs/blob/vnext/docs/languages/javascript.md#javascript-projects-jsconfigjson ",
"compilerOptions": {
"target": "ES6",
"outDir": "./dist",
"diagnostics": true
},
"exclude": [
"node_modules",
"extension"
]
}