tscoverage/tsconfig.json

13 lines
231 B
JSON
Raw Permalink Normal View History

2016-07-01 00:28:34 +00:00
{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
2016-09-22 21:23:16 +00:00
"target": "ES6",
2016-07-01 00:28:34 +00:00
"outDir": "./dist/"
2016-09-22 21:23:16 +00:00
},
"exclude": [
"./node_modules",
"./test",
"./dist"
]
2016-07-01 00:28:34 +00:00
}