done first version

This commit is contained in:
Konstantin Vulsonov
2018-09-20 00:58:06 +03:00
parent 0e4fd31a5d
commit ff1ce12bb7
13 changed files with 160 additions and 70 deletions

5
tests/tsconfig.test.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "../tsconfig.json",
"rootDir": "../tests",
"outDir": "./.tests",
}