Skip to content

Commit

Permalink
build: resolve test tsconfig error
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Jul 15, 2024
1 parent 39a2383 commit 2698cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["."],
"exclude": ["tsconfig.json"],
"compilerOptions": {
"target": "ES3",
"target": "ES5",
"module": "CommonJS",
"baseUrl": null
}
Expand Down

0 comments on commit 2698cba

Please sign in to comment.