style: formatted and added example env

This commit is contained in:
André Brito
2025-01-03 16:47:31 -04:00
committed by Carl-Gerhard Lindesvärd
parent 1dfa079b1e
commit acc675bd36
8 changed files with 106 additions and 102 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@/*": ["./src/*"]
},
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},