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

8
ts/test-tsconfig.json Normal file
View File

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