twenty/packages/twenty-zapier/tsconfig.json

14 lines
257 B
JSON
Raw Permalink Normal View History

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