Skip to content

Commit

Permalink
Fix target also for testing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-prontera committed Oct 14, 2022
1 parent 63113c7 commit 0522880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/testing/tsconfig-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": "src",
"outDir": "lib/cjs",
"module": "commonjs",
"target": "es2015"
"target": "ES5"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 0522880

Please sign in to comment.