got tests working for windows

This commit is contained in:
Dolan Miu
2016-07-01 18:45:44 +01:00
parent e7145020ae
commit 10554956f2
2 changed files with 8 additions and 1 deletions

7
ts/tests/tsconfig.json Normal file
View File

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