* Fix 2 Factor Auth * Add a sandbox to verify types of embed-react * Add fault types location * Fix type location again * Break types * Ensure that builds are done again when doing pbublish * Debug failure in CI * Make sure unit test files arent used by playwright * Fix embed-react test description * Update .github/workflows/e2e-embed-react.yml Co-authored-by: Omar López <zomars@me.com> * Remove unnecessary log --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Omar López <zomars@me.com>
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2015",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"jsx": "preserve",
|
|
"outDir": "dist",
|
|
},
|
|
"include": ["**/*.ts"],
|
|
}
|
|
|