[add] indirection

This commit is contained in:
2025-07-19 11:17:53 +01:00
parent e8ce9b73ae
commit 10850c9d98
7 changed files with 897 additions and 667 deletions

View File

@@ -4,6 +4,6 @@
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}