Initial commit from create-turbo

This commit is contained in:
wass08
2026-01-14 07:26:59 +09:00
commit d5f4648c39
61 changed files with 2356 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"extends": "@repo/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [
{
"name": "next"
}
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"next-env.d.ts",
"next.config.js",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}