fix: add TS and TSX as default extensions fixed #1377

This commit is contained in:
Anton Shchekota 2021-05-19 14:46:32 +03:00 committed by Anton
parent 0e1172ea32
commit f0cb1c0bb1

View File

@ -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) {