diff --git a/packages/generators/app/lib/index.js b/packages/generators/app/lib/index.js index 67c0f780a2..91431d9eec 100644 --- a/packages/generators/app/lib/index.js +++ b/packages/generators/app/lib/index.js @@ -55,7 +55,7 @@ const generateNewApp = (projectDirectory, cliArguments) => { '@strapi/plugin-i18n', ], additionalsDependencies: {}, - useTypeScript: Boolean(cliArguments.typescript), + useTypescript: Boolean(cliArguments.typescript), }; sentry.configureScope(function(sentryScope) {