Skip to content

Commit

Permalink
fixup! chore(react-slider): properly apply nx migrate-converged-pkg t…
Browse files Browse the repository at this point in the history
…o adhere to new dx setup
  • Loading branch information
Hotell committed Aug 27, 2021
1 parent 22615d1 commit b56b844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-slider/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"target": "ES2020",
"target": "ES2019",
"module": "CommonJS",
"lib": ["ES2020", "dom"],
"lib": ["ES2019", "dom"],
"outDir": "dist",
"jsx": "react",
"declaration": true,
Expand Down

0 comments on commit b56b844

Please sign in to comment.