tsc: Fix TypeScript not emitting files for tests

This commit is contained in:
Sam Vervaeck 2020-06-13 19:28:34 +02:00
parent 4dcc561a73
commit 0b543fbc53

View file

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"noEmit": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,