mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["vitest/globals"]
|
|
}
|
|
}
|