move to #, move things to const, move types
All checks were successful
Code quality checks / biome (push) Successful in 23s

This commit is contained in:
creations 2025-06-15 17:59:18 -04:00
parent 908005dad5
commit c35b767b87
Signed by: creations
GPG key ID: 8F553AA4320FC711
9 changed files with 89 additions and 36 deletions

View file

@ -2,8 +2,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@*": ["src/*"],
"@config": ["config/index.ts"]
"#*": ["src/*"]
},
"typeRoots": ["./types", "./node_modules/@types"],
"lib": ["ESNext", "DOM"],