vscode/extensions/git/tsconfig.json

11 lines
143 B
JSON
Raw Normal View History

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