refactor: migrate from firebase to vercel

This commit is contained in:
Kim, Jimin 2024-04-27 12:19:23 +09:00
parent 43f80f9285
commit 717282ceb1
Signed by: pomp
GPG key ID: 2B516173EDD492EB
18 changed files with 545 additions and 98 deletions

View file

@ -1,6 +1,5 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
@ -23,12 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"build/types/**/*.ts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}