Skip to content

Commit

Permalink
fix: add TS and TSX as default extensions fixed #1377
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed May 19, 2021
1 parent 0e1172e commit f0cb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -2,7 +2,7 @@ const defaultConfig = {
// package.json ignored and don't get project infromation
'no-package': false,
// Extenstions which by dafault are parse
parseExtension: ['mjs', 'js', 'jsx', 'es5', 'es6', 'vue']
parseExtension: ['mjs', 'js', 'jsx', 'es5', 'es6', 'vue', 'ts', 'tsx']
};

function normalaze(config, global) {
Expand Down

0 comments on commit f0cb1c0

Please sign in to comment.