I would like to lint staged files that are both .ts or .tsx that are inside the src folder, I know that in order to select all js files you can do "*.js": [--list of commands--] inisde the lint staged property.
I would like to know more about this language used select and import files in node.js, is it similar to regex without escape characters or is it Unix based?