diff --git a/README.md b/README.md index 07c6919..fc7bb4a 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ AutoImport({ ], }, ], + // Enable auto import by filename for default module exports under directories + defaultExportByFilename: false, // Auto import for module exports under directories // by default it only scan one level of modules under the directory