mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 00:17:18 +00:00
* feat: add Amazon SES plugin implementation * fix: rename kind for amazon ses API * fix: use better svg icon for amazon ses Co-authored-by: aloks98 <aloksahoo@acceldata.io>
11 lines
No EOL
160 B
JSON
11 lines
No EOL
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "lib"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |