Files
twenty/packages/twenty-zapier/tsconfig.json
T
2026-02-25 10:35:46 +01:00

19 lines
379 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["esnext"],
"outDir": "lib",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {
"src/*": ["./src/*"]
}
},
"exclude": ["node_modules", "lib"]
}