vscode-chrome-debug/tsconfig.json

17 строки
327 B
JSON
Исходник Обычный вид История

2015-08-09 23:25:34 +03:00
{
2015-08-11 00:05:35 +03:00
"compilerOptions": {
"module": "commonjs",
2015-08-09 23:25:34 +03:00
"noImplicitAny": false,
"removeComments": false,
"target": "ES6",
2015-08-09 23:25:34 +03:00
"sourceMap": true,
"outDir": "out",
"noImplicitThis": true
},
"exclude": [
"node_modules/",
"testapp/",
"testdata/"
]
}