24 lines
445 B
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"
|
|
]
|
|
}
|