strapi-provider-email-multichannel
Version:
Strapi email provider for supporting multiple email channels
16 lines (15 loc) • 336 B
JSON
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"declaration": true,
"outDir": "./dist/",
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["./src"],
"exclude": ["./node_modules"]
}