Files
docx-js/ts/tsconfig.json
Dolan 72e89cfc3c Move tests to respective folders as .spec
This is to keep to standards
2017-09-17 00:00:41 +01:00

20 lines
411 B
JSON

{
"compilerOptions": {
"target": "es6",
"strictNullChecks": true,
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
"outDir": "../build",
"sourceRoot": "./",
"rootDir": "./",
"module": "commonjs",
"declaration": true
},
"exclude": [
"tests",
"**/*.spec.ts",
"**/_*"
]
}