11 lines
88 B
JavaScript
Raw Normal View History

2025-02-22 11:20:12 -06:00
'use strict';
module.exports = [
'.js',
'.cjs',
'.mjs',
'.ts',
'.tsx',
'.jsx'
];