mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
11 lines
88 B
JavaScript
11 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = [
|
|
'.js',
|
|
'.cjs',
|
|
'.mjs',
|
|
'.ts',
|
|
'.tsx',
|
|
'.jsx'
|
|
];
|