vscode-vsce/tsconfig.json

11 lines
141 B
JSON
Raw Normal View History

2015-09-17 21:53:03 +02:00
{
"compilerOptions": {
2019-04-12 16:42:09 +02:00
"target": "es2015",
2017-03-14 09:52:51 +01:00
"module": "commonjs",
2019-04-12 11:37:14 +02:00
"declaration": true,
"outDir": "out"
},
2019-04-12 11:37:14 +02:00
"include": [
2019-04-12 16:42:09 +02:00
"src"
]
2015-09-17 21:53:03 +02:00
}