2022-03-31 08:45:47 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
|
|
"compilerOptions": {
|
2023-03-28 18:17:40 +00:00
|
|
|
"target": "ES2015",
|
2022-04-04 15:44:04 +00:00
|
|
|
"module": "esnext",
|
2022-03-31 08:45:47 +00:00
|
|
|
"moduleResolution": "Node",
|
2023-03-30 16:20:39 +00:00
|
|
|
"baseUrl": ".",
|
|
|
|
"outDir": "dist",
|
|
|
|
"paths": {
|
|
|
|
"@calcom/embed-react": ["../embed-react/src"],
|
|
|
|
"@calcom/embed-snippet": ["../embed-snippet/src"]
|
|
|
|
}
|
2022-03-31 08:45:47 +00:00
|
|
|
},
|
2022-05-27 15:37:02 +00:00
|
|
|
"include": ["src", "env.d.ts", "index.ts"],
|
2022-03-31 08:45:47 +00:00
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
}
|