Files
docx-js/ts/tsconfig.json

15 lines
306 B
JSON
Raw Normal View History

2016-03-26 23:57:37 +00:00
{
"compilerOptions": {
"target": "es6",
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
2016-03-28 00:53:24 +01:00
"outDir": "../build",
2016-03-26 23:57:37 +00:00
"sourceRoot": "./",
2016-03-28 00:53:24 +01:00
"rootDir": "./",
"module": "commonjs"
2016-03-27 03:09:50 +01:00
},
"exclude": [
"tests"
]
2016-03-26 23:57:37 +00:00
}