Skip to content

Commit

Permalink
feat(plugin-chart-scatter): #3 tries to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihenzler committed Dec 7, 2021
1 parent 9cfe867 commit 76d6f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.options.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"skipLibCheck": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"types": ["jest", "jsdom"],
"types": ["@emotion/react/types/css-prop", "jest", "jsdom"],
"typeRoots": [
"./node_modules/@types"
]
Expand Down

0 comments on commit 76d6f71

Please sign in to comment.