Files
var-monorepo/apps/dispatch/tsconfig.json
2025-06-26 20:40:23 -07:00

14 lines
284 B
JSON

{
"extends": "@repo/typescript-config/nextjs.json",
"compilerOptions": {
"baseUrl": "./app",
"plugins": [
{
"name": "next"
}
]
},
"include": ["**/*.ts", "**/*.tsx", "next-env.d.ts", "next.config.js", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next"]
}