Skip to content

Commit

Permalink
fix: compiler option target es6 for @pankod/refine-sdk (refinedev…
Browse files Browse the repository at this point in the history
…#3149)

* fix: add target `es6`

* chore: changeset

* fix: changeset package name

Co-authored-by: Ali Emir Şen <[email protected]>

Co-authored-by: Ali Emir Şen <[email protected]>
  • Loading branch information
yildirayunlu and aliemir authored Dec 7, 2022
1 parent 7a1865b commit 15d3fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-trainers-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pankod/refine-sdk": minor
---

Update compiler option on target `es6` for `@pankod/refine-sdk`.
1 change: 1 addition & 0 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"target": "ES6",
"rootDir": "./src",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 15d3fd5

Please sign in to comment.