diff --git a/packages/twenty-client-sdk/tsconfig.json b/packages/twenty-client-sdk/tsconfig.json index 43709b3de8..94471fd43b 100644 --- a/packages/twenty-client-sdk/tsconfig.json +++ b/packages/twenty-client-sdk/tsconfig.json @@ -1,6 +1,19 @@ { - "extends": "../../tsconfig.base.json", + "compileOnSave": false, "compilerOptions": { + "rootDir": ".", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "es2018", + "module": "esnext", + "lib": ["es2020", "dom"], + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "resolveJsonModule": true, "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true,