11 lines
195 B
JSON
11 lines
195 B
JSON
|
{
|
||
|
"extends": "@calcom/tsconfig/react-library.json",
|
||
|
"include": [
|
||
|
"../../apps/web/next-env.d.ts",
|
||
|
"../types/*.d.ts",
|
||
|
"../types/next-auth.d.ts",
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx"
|
||
|
]
|
||
|
}
|