mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
d0a7a52254
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: João Melo <jopcmelo@gmail.com>
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react-email": ["./stub.ts"]
|
|
},
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["."]
|
|
}
|