Fixing broken Jasmine test due to module config
This commit is contained in:
parent
ee612f6585
commit
2d818ec79d
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2015",
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue