Skip to content

Commit

Permalink
fix: remove old TypeScript default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Jun 15, 2020
1 parent 154d9ff commit 010a4bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/core/src/server/config/defaults.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export const typeScriptDefaults = {
check: false,
reactDocgen: 'react-docgen-typescript',
reactDocgenTypescriptOptions: {
shouldExtractLiteralValuesFromEnum: true,
propFilter: (prop) => (prop.parent ? !/node_modules/.test(prop.parent.fileName) : true),
},
reactDocgenTypescriptOptions: {},
};

0 comments on commit 010a4bc

Please sign in to comment.