vscode-vsce/tsconfig.json

10 lines
114 B
JSON
Raw Normal View History

2015-09-17 21:53:03 +02:00
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs"
},
"exclude": [
"node_modules",
"out"
]
2015-09-17 21:53:03 +02:00
}