Fix failing types

This commit is contained in:
Hariom 2023-12-08 15:17:21 +05:30
parent 311f7e36dc
commit e2df39061a

View File

@ -13,7 +13,7 @@
"@calcom/embed-snippet": ["../embed-snippet/src"]
}
},
"include": ["**/*.ts", "**/*.tsx", "env.d.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx", "env.d.ts"],
// Exclude "test" because that has `api.test.ts` which imports @calcom/embed-react which needs it to be built using this tsconfig.json first. Excluding it here prevents type-check from validating test folder
"exclude": ["node_modules", "test"]
}