Skip to content

Commit

Permalink
fix(react-timepicker-compat-stories): add es2020.intl to lib config t…
Browse files Browse the repository at this point in the history
…o make TS happy
  • Loading branch information
Hotell committed Jun 7, 2024
1 parent 47f5e44 commit 374e7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["ES2019", "dom"],
"lib": ["ES2019", "ES2020.Intl", "dom"],
"outDir": "../../../../dist/out-tsc",
"inlineSources": true,
"types": ["static-assets", "environment"]
Expand Down

0 comments on commit 374e7b8

Please sign in to comment.