3035412cdc
* Add embed tests in CI * Update e2e-embed.yml * Run quick tests only * Ignore certain folders * Add embed-react tests as well * Fix commands * Dont run unit tests * Update playwright.config.ts * Update playwright.config.ts * Update playwright.config.ts * Create correct artifcats * Create correct artifcats * Fi ignore path * Update package.json * Add back embed-react typecheck Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
16 lines
361 B
JSON
16 lines
361 B
JSON
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"@lib/*": ["../../../apps/web/lib/*"]
|
|
}
|
|
},
|
|
"include": ["src", "env.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules", "test-cal.tsx"]
|
|
}
|