vscode/extensions/html-language-features/client/tsconfig.json

13 lines
184 B
JSON
Raw Normal View History

2016-08-17 09:37:22 +00:00
{
"compilerOptions": {
"target": "es6",
2016-08-17 09:37:22 +00:00
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"sourceMap": true,
"lib": [
"es2016"
],
"strict": true
}
2016-08-17 09:37:22 +00:00
}