vscode-vsce/tsconfig.json
2015-10-13 15:28:01 +02:00

10 lines
No EOL
114 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "commonjs"
},
"exclude": [
"node_modules",
"out"
]
}