mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
* chore: convert upload-local * chore: convert upload-cloudinary * chore: convert upload-aws-s3 * chore: convert email-sendmail * chore: convert email-sendgrid * chore: convert email-nodemailer * chore: convert email-mailgun * chore: convert email-amazon-ses * chore: convert audit-logs-local * chore(utils): fix eslint error
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "packup.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|