Skip to content

Commit

Permalink
chore(react-menu): add global types from dependant packages until we …
Browse files Browse the repository at this point in the history
…properly define globals type resolution for all
  • Loading branch information
Hotell committed Mar 1, 2021
1 parent 27b366d commit 0323b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-menu/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"importHelpers": true,
"noUnusedLocals": true,
"preserveConstEnums": true,
"types": ["jest", "custom-global"]
"types": ["jest", "custom-global", "inline-style-expand-shorthand"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}

0 comments on commit 0323b1a

Please sign in to comment.