Skip to content

Commit

Permalink
chore: remove screener types from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Dec 10, 2022
1 parent 2e4c1ad commit c5f5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vr-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"experimentalDecorators": true,
"noUnusedLocals": true,
"preserveConstEnums": true,
"types": ["webpack-env", "@storybook/react", "screener-storybook"]
"types": ["webpack-env", "@storybook/react"]
},
"include": ["src"]
}

0 comments on commit c5f5d17

Please sign in to comment.