Files
var-monorepo/apps/hub/tsconfig.json
2025-03-17 00:41:07 -07:00

21 lines
305 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",
"types/.d.ts"
],
"exclude": ["node_modules"]
}