From 33a92132380a44436410bd8c81eaa366ffdc4be0 Mon Sep 17 00:00:00 2001 From: Piotr Zarycki Date: Tue, 8 Sep 2020 09:21:52 +0200 Subject: [PATCH] Fix extension name for example app (#16906) (#16916) Fixes: https://github.com/vercel/next.js/issues/16906 --- .../with-typescript-eslint-jest/pages/api/{hello.tsx => hello.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/with-typescript-eslint-jest/pages/api/{hello.tsx => hello.ts} (100%) diff --git a/examples/with-typescript-eslint-jest/pages/api/hello.tsx b/examples/with-typescript-eslint-jest/pages/api/hello.ts similarity index 100% rename from examples/with-typescript-eslint-jest/pages/api/hello.tsx rename to examples/with-typescript-eslint-jest/pages/api/hello.ts