From b0fc568112b52f4f7aafcfc1944921fca97a69dd Mon Sep 17 00:00:00 2001 From: Convly Date: Wed, 9 Mar 2022 16:34:18 +0100 Subject: [PATCH] Update files/ts/src/index.js -> index.ts --- .../app/lib/resources/files/ts/src/{index.js => index.ts} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename packages/generators/app/lib/resources/files/ts/src/{index.js => index.ts} (92%) diff --git a/packages/generators/app/lib/resources/files/ts/src/index.js b/packages/generators/app/lib/resources/files/ts/src/index.ts similarity index 92% rename from packages/generators/app/lib/resources/files/ts/src/index.js rename to packages/generators/app/lib/resources/files/ts/src/index.ts index ac5feae26b..9fca261c00 100644 --- a/packages/generators/app/lib/resources/files/ts/src/index.js +++ b/packages/generators/app/lib/resources/files/ts/src/index.ts @@ -1,6 +1,4 @@ -'use strict'; - -module.exports = { +export default { /** * An asynchronous register function that runs before * your application is initialized.