rename project folder

This commit is contained in:
Michi 2025-09-08 20:17:41 +02:00
parent 09d1925cc0
commit 3c197d8ebe
9 changed files with 0 additions and 0 deletions

14
api/tsconfig.json Normal file
View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
},
}