vscode-vsce/tsconfig.json

13 lines
197 B
JSON
Raw Permalink 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,
2019-11-28 16:50:49 +01:00
"outDir": "out",
"noUnusedLocals": true,
"noUnusedParameters": true
},
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
}