aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tsconfig.spec.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.spec.json b/tsconfig.spec.json
index a8d4317..8de4424 100644
--- a/tsconfig.spec.json
+++ b/tsconfig.spec.json
@@ -1,4 +1,8 @@
{
+ "compilerOptions": {
+ "esModuleInterop": true,
+ "noEmitOnError": false
+ },
"extends": "./tsconfig.json",
"exclude": []
}