diff --git a/biome.jsonc b/biome.jsonc
index d0086b2..9992337 100644
--- a/biome.jsonc
+++ b/biome.jsonc
@@ -27,6 +27,9 @@
 			"recommended": true,
 			"complexity": {
 				"noForEach": "off"
+			},
+			"style": {
+				"useNodejsImportProtocol": "off" /* "node:..." imports would o/w force Deno-v1.16.0+ */
 			}
 		}
 	},