lighthouse/jsconfig.json

16 строки
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"
]
}