Skip to content

Commit

Permalink
chore: Compile to ES2019 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Jan 8, 2021
1 parent 55d7e4e commit 05b4670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
"module": "commonjs",
"target": "ES2019"
},
"include": ["src/*", "src/test/**/*"],
"exclude": ["src/demo*/**/*"]
Expand Down

0 comments on commit 05b4670

Please sign in to comment.