Skip to content

Commit

Permalink
chore: change target to es2015 for component tests for EventEmitter i…
Browse files Browse the repository at this point in the history
…mport
  • Loading branch information
brandonroberts committed Nov 8, 2021
1 parent 3041da7 commit f555718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/component/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"target": "es2015",
"types": ["jest", "node"]
},
"files": ["test-setup.ts"],
Expand Down

0 comments on commit f555718

Please sign in to comment.