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