Upgrade to redwood v8

This commit is contained in:
Ahmed Al-Taiar
2024-09-05 12:07:22 -04:00
parent 3d031ca73c
commit 97db911c48
21 changed files with 2262 additions and 5986 deletions

View File

@ -3,9 +3,9 @@
"noEmit": true,
"allowJs": true,
"esModuleInterop": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"target": "ES2023",
"module": "Node16",
"moduleResolution": "Node16",
"paths": {
"$api/*": [
"../api/*"