⚙️ Change api folder name

This commit is contained in:
pheralb
2024-05-11 16:38:27 +01:00
parent afd055ae1a
commit de6bf9f8dd
6 changed files with 0 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"lib": ["ESNext"],
"types": ["@cloudflare/workers-types"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"baseUrl": ".",
"paths": {
"svgldata": ["../src/data"]
}
}
}