refactor: settings tabs, improvements to logic + readability

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-02-07 23:43:23 +00:00
parent 85b0e9826c
commit bd9c868196
38 changed files with 1417 additions and 1168 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es6"
},
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}