make sure all tests are running

This commit is contained in:
felipe
2017-03-07 13:34:01 +01:00
parent 4e8136a5bd
commit ca1715864e
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es6",
"outDir": "../../build/tests",
"outDir": "../build-tests",
"rootDir": "./",
"module": "commonjs"
}
}
}