mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-16 19:00:35 +00:00
11 lines
88 B
JavaScript
11 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = [
|
|
'.js',
|
|
'.cjs',
|
|
'.mjs',
|
|
'.ts',
|
|
'.tsx',
|
|
'.jsx'
|
|
];
|