2016-07-01 18:45:44 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
2017-03-10 17:45:16 +01:00
|
|
|
"strictNullChecks": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"preserveConstEnums": true,
|
2017-03-07 13:34:01 +01:00
|
|
|
"outDir": "../build-tests",
|
2017-03-10 17:45:16 +01:00
|
|
|
"sourceRoot": "./",
|
2017-03-07 13:34:01 +01:00
|
|
|
"rootDir": "./",
|
2016-07-01 18:45:44 +01:00
|
|
|
"module": "commonjs"
|
|
|
|
}
|
2017-03-07 13:34:01 +01:00
|
|
|
}
|