mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
Update React Email to the latest version and add Dependabot configuration to keep it up-to-date.
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", ".react-email"]
|
|
}
|