Skip to content

Commit

Permalink
fix: set target as ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Dec 24, 2022
1 parent 8e075c1 commit 598d229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./node_modules/@textea/dev-kit/config/tsconfig.root.json",
"compilerOptions": {
"target": "ES2018",
"target": "ES5",
"outDir": "./dist/out/",
"rootDir": "./src/",
"jsx": "react-jsx",
Expand Down

0 comments on commit 598d229

Please sign in to comment.