vscode-vsce/tsconfig.json

11 lines
137 B
JSON
Raw Normal View History

2015-09-17 21:53:03 +02:00
{
"compilerOptions": {
"target": "ES5",
2017-03-14 09:52:51 +01:00
"module": "commonjs",
"declaration": true
},
"exclude": [
"node_modules",
"out"
]
2015-09-17 21:53:03 +02:00
}