We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa54a43 commit 692d574Copy full SHA for 692d574
.vscode/settings.json
@@ -16,8 +16,9 @@
16
"typescript.preferences.importModuleSpecifier": "relative",
17
"typescript.preferences.preferTypeOnlyAutoImports": true,
18
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
19
- "^(node:)?(console|util|test)$",
20
- "^three/.*$"
+ "^node:",
+ "^three",
21
+ "^ndarray-ops"
22
],
23
24
"eslint.codeAction.disableRuleComment": { "location": "sameLine" },
0 commit comments