Fixup tsconfig.json in packaged embed-react (#9330)
parent
d498988bd4
commit
2b17188087
|
@ -1,14 +1,13 @@
|
||||||
{
|
{
|
||||||
"extends": "@calcom/tsconfig/base.json",
|
"extends": "@calcom/tsconfig/base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"target": "ES2015",
|
"target": "ES2015",
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"outDir": "dist",
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts"],
|
"include": ["**/*.ts"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue