We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1172e commit f0cb1c0Copy full SHA for f0cb1c0
src/config.js
@@ -2,7 +2,7 @@ const defaultConfig = {
2
// package.json ignored and don't get project infromation
3
'no-package': false,
4
// Extenstions which by dafault are parse
5
- parseExtension: ['mjs', 'js', 'jsx', 'es5', 'es6', 'vue']
+ parseExtension: ['mjs', 'js', 'jsx', 'es5', 'es6', 'vue', 'ts', 'tsx']
6
};
7
8
function normalaze(config, global) {
0 commit comments