--experimental-default-config-file
稳定性: 1.0 - 早期开发
此标志是 --experimental-config-file 的别名,无需参数。如果存在,Node.js 将在当前工作目录中查找 node.config.json 文件,并将其作为配置文件加载。
🌐 This flag is an alias for --experimental-config-file without an argument.
If present, Node.js will look for a
node.config.json file in the current working directory and load it as a
configuration file.