Fixup tsconfig.json in packaged embed-react (#9330)

pull/9333/head
Alex van Andel 2023-06-05 11:57:53 +02:00 committed by GitHub
parent d498988bd4
commit 2b17188087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 13 deletions

View File

@ -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"]
} }