vscode-chrome-debug/tsconfig.json

17 строки
327 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": false,
"target": "ES6",
"sourceMap": true,
"outDir": "out",
"noImplicitThis": true
},
"exclude": [
"node_modules/",
"testapp/",
"testdata/"
]
}