Files
resend__react-email/playground/tsconfig.json
T
2026-04-13 14:29:49 -03:00

11 lines
186 B
JSON

{
"extends": "tsconfig/react-library.json",
"compilerOptions": {
"paths": {
"react-email": ["./stub.ts"]
},
"moduleResolution": "bundler"
},
"include": ["."]
}