added ts config so that it could compile using absolute paths without error

This commit is contained in:
Carter 2024-11-14 15:27:54 -06:00
parent 6d71ca75a9
commit df4a259131
4 changed files with 54 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "src",
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",