Skip to content

Commit

Permalink
Revert tsconfig changes on target and exclude array
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Aug 1, 2023
1 parent eb3d6ca commit afc7289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": false,
"target": "es5",
"importHelpers": true,
"types": [
"node",
Expand All @@ -52,6 +53,7 @@
"build",
"node_modules",
"node_modules/framer-motion",
"src/**/*.types.ts",
"src/**/*.story.tsx",
"src/**/*.x-story.tsx",
"src/**/*.test.ts",
Expand Down

0 comments on commit afc7289

Please sign in to comment.