Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
update(handlebars): extend correct tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Nov 11, 2021
1 parent 32e3d41 commit 500c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-chart-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "^0.17.41",
"@superset-ui/core": "^0.17.40",
"@superset-ui/chart-controls": "0.18.22",
"@superset-ui/core": "0.18.22",
"ace-builds": "^1.4.13",
"emotion": "^11.0.0",
"handlebars": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-handlebars/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lib",
"test"
],
"extends": "../../tsconfig.options.json",
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"types/**/*",
Expand Down

0 comments on commit 500c047

Please sign in to comment.