2024-01-04 01:07:25 +03:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
|
|
|
"lib": ["es2020", "dom"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipDefaultLibCheck": true,
|
2024-04-12 16:30:48 +03:00
|
|
|
"resolveJsonModule": true,
|
2024-01-04 01:07:25 +03:00
|
|
|
"baseUrl": ".",
|
2024-01-29 12:17:12 +03:00
|
|
|
"paths": {
|
2024-03-13 16:21:18 +03:00
|
|
|
"twenty-emails": ["packages/twenty-emails/src/index.ts"],
|
2024-04-15 13:05:06 +03:00
|
|
|
"twenty-ui": ["packages/twenty-ui/src/index.ts"]
|
2024-01-29 12:17:12 +03:00
|
|
|
}
|
2024-01-04 01:07:25 +03:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|