From 6935a9386870b6f0aff7c8b30de1f2f0c8bc2145 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