vscode/extensions/git/tsconfig.json

11 lines
143 B
JSON
Raw Normal View History

2016-10-10 15:37:20 +00:00
{
"compilerOptions": {
2016-10-11 07:37:28 +00:00
"noLib": true,
"target": "es5",
2016-10-10 15:37:20 +00:00
"module": "commonjs",
2016-10-11 07:37:28 +00:00
"outDir": "./out"
2016-10-10 15:37:20 +00:00
},
"exclude": [
2016-10-11 07:37:28 +00:00
"node_modules"
2016-10-10 15:37:20 +00:00
]
}