Second commit (for vercel)

This commit is contained in:
PrototypeArea
2022-06-23 23:27:36 -04:00
parent c9c1b68562
commit 82e5e6e183
4 changed files with 10 additions and 46 deletions

View File

@ -10,6 +10,10 @@
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
"types": ["vite/client"]
"types": ["vite/client"],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
}