Using ts-node and tsconfig-paths to run mocha over Typescript test files

This commit is contained in:
brisberg
2020-08-07 14:27:57 -07:00
parent 8ca88dbf08
commit d776105757
7 changed files with 10 additions and 91 deletions

6
tsconfig.test.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJs"
}
}