mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 21:45:04 +10:00
5226f04e86
Templates import no React (react-email convention); tsx resolves each file's nearest tsconfig, so jsx:preserve made esbuild emit classic React.createElement and background email rendering threw 'React is not defined'. Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"extends": "@reactive-resume/config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["ESNext", "DOM"]
|
|
}
|
|
}
|