···7070 /**
7171 * If specified, this will be the file extension used when importing
7272 * other modules. By default, we don't add a file extension and let the
7373- * runtime resolve it. If you're using moduleResolution `nodenext`, we
7474- * default to `.js`.
7373+ * runtime resolve it. If you're using moduleResolution `nodenext` or
7474+ * `node16`, we default to `.js`.
7575 *
7676 * @default undefined
7777 */
···170170 /**
171171 * If specified, this will be the file extension used when importing
172172 * other modules. By default, we don't add a file extension and let the
173173- * runtime resolve it. If you're using moduleResolution `nodenext`, we
174174- * default to `.js`.
173173+ * runtime resolve it. If you're using moduleResolution `nodenext` or
174174+ * `node16`, we default to `.js`.
175175 */
176176 importFileExtension: ImportFileExtensions | (string & {}) | null | undefined;
177177 /**