wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user