Initial commit from create-turbo

This commit is contained in:
2026-04-26 18:49:51 -05:00
commit 86e0ff5691
61 changed files with 2388 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"extends": "@repo/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
},
"include": [
"**/*.ts",
"**/*.tsx",
"next-env.d.ts",
"next.config.js",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
}