feat(nodejs): support additional file patterns (#1311)

This commit is contained in:
Dario Vladović
2020-06-21 10:33:58 +02:00
committed by GitHub
parent b238574100
commit b176fc35ac
2 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -1091,7 +1091,8 @@ The module will be shown if any of the following conditions are met:
- The current directory contains a `package.json` file
- The current directory contains a `.node-version` file
- The current directory contains a `node_modules` directory
- The current directory contains a file with the `.js` extension
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
- The current directory contains a file with the `.ts` extension
### Options