diff options
Diffstat (limited to 'tsconfig.spec.json')
| -rw-r--r-- | tsconfig.spec.json | 4 |
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": [] } |
