Files
formbricks/packages/email/tsconfig.json
T
2024-10-10 09:08:46 +00:00

14 lines
311 B
JSON

{
"extends": "@formbricks/config-typescript/nextjs.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
"resolveJsonModule": true,
"strictNullChecks": true
},
"include": [".", "../../packages/types/*.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}