This commit is contained in:
Tim Bendt
2024-11-01 11:32:43 -05:00
parent fb36fb8303
commit 7f782d6b45
3 changed files with 70 additions and 8 deletions

View File

@@ -1,14 +1,7 @@
/**
Super-special config for our tRPC Lambda 🌸
Reference:
https://aka.ms/tsconfig
*/
{
"compilerOptions": {
// TODO: This does not work! Hono complains about not finding React...
"lib": ["ES2022"],
"target": "ESNext",
"target": "es2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": false,