random updates
All checks were successful
Code quality checks / biome (push) Successful in 14s

This commit is contained in:
creations 2025-06-12 17:42:31 -04:00
parent 2eebc3126a
commit f6b3cf4c82
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 3 additions and 8 deletions

View file

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