vscode-chrome-debug/tsconfig.json

16 строки
323 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
},
2017-06-30 06:40:44 +03:00
"include": [
"src/**/*.ts",
"node_modules/@types/**/*.ts"
]
}