{ "typescript.preferences.importModuleSpecifier": "non-relative", /* Prefer tabs over spaces for accessibility */ "editor.insertSpaces": true, "editor.detectIndentation": false, /* Explorer */ "explorer.fileNesting.enabled": true, "explorer.fileNesting.patterns": { "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, rollup.config.mjs, tsconfig.json, eslint.config.js", "Makefile": "*compose.yml, Dockerfile, .dockerignore, *startup.sh" } }