got tests working for windows
This commit is contained in:
7
ts/tests/tsconfig.json
Normal file
7
ts/tests/tsconfig.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"outDir": "../../build/tests",
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user