From d92ae025e791a9dbdb1b88cc60db2264fa7dda0b Mon Sep 17 00:00:00 2001 From: Convly Date: Wed, 9 Mar 2022 11:06:41 +0100 Subject: [PATCH] useTypeScript -> useTypescript for consistency --- packages/generators/app/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {