mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"types": ["node"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["./*.ts", "./*.mts"]
|
|
}
|