Rocky_Mountain_Vending/tsconfig.typecheck.json

24 lines
445 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"next-env.d.ts",
"app/**/*.ts",
"app/**/*.tsx",
"components/**/*.ts",
"components/**/*.tsx",
"convex/**/*.ts",
"hooks/**/*.ts",
"lib/**/*.ts",
"lib/**/*.tsx",
"livekit-agent/**/*.ts",
"middleware.ts",
"scripts/**/*.ts"
],
"exclude": [
"artifacts",
"convex/_generated",
"lib/**/*.test.ts",
"scripts/one-off",
"workers"
]
}