move tests to TypeScript

This commit is contained in:
Fred K. Schott
2019-10-21 11:28:57 -07:00
parent fcd6b430e1
commit ac0f265a5b
11 changed files with 107 additions and 125 deletions

6
test/tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"noEmit": true,
}
}