changed folder name from web to dispatch

This commit is contained in:
uwebeschde
2025-01-29 22:25:32 +01:00
parent ff3bc5e282
commit 90cec2c204
20 changed files with 0 additions and 0 deletions

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"
]
}