fix token grabbing

This commit is contained in:
Reid 2026-06-14 22:07:53 -07:00
parent 64d681edec
commit fecafb967f
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 6 additions and 4 deletions

View file

@ -11,7 +11,9 @@
"skipLibCheck": true,
"sourceMap": true,
"resolveJsonModule": true,
"baseUrl": "src",
"paths": {
"*": ["./src/*"]
},
"outDir": "dist"
},
"include": ["**/*"],