Files
resend__react-email/tsconfig.json
T

8 lines
122 B
JSON
Raw Permalink Normal View History

{
"extends": "tsconfig/base.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["vitest/globals"]
}
}