From 0db84752b99be83012082f248783cc8ee1c1d2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20K=C4=B1l=C4=B1=C3=A7kaya?= <48261006+alperkilickaya@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:30:42 +0100 Subject: [PATCH 1/2] transformed to typescript --- index.html | 2 +- jest.config.ts | 25 + package-lock.json | 2374 ++++++++++++++++++++++++++++-- package.json | 29 +- script.test.js => script.test.ts | 64 +- script.js => script.ts | 50 +- searchPerformance.ts | 51 + tsconfig.json | 111 ++ vite.config.ts | 7 + 9 files changed, 2575 insertions(+), 138 deletions(-) create mode 100644 jest.config.ts rename script.test.js => script.test.ts (70%) rename script.js => script.ts (72%) create mode 100644 searchPerformance.ts create mode 100644 tsconfig.json create mode 100644 vite.config.ts diff --git a/index.html b/index.html index c6ccc70..6376f2c 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,6 @@