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

@ -47,6 +47,7 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.3"
}
}