twenty/packages/twenty-zapier/tsconfig.json
martmull c6a676e1d5
Fix zapier tests (#7568)
See title
2024-10-10 16:34:34 +02:00

17 lines
298 B
JSON

{
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["esnext"],
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": [
"jest.config.ts"
]
}