From de7128b1ea42895ccbdc56ccd0fa10e14a0f2ee5 Mon Sep 17 00:00:00 2001 From: Vilius Date: Thu, 1 Aug 2024 16:51:49 +0300 Subject: [PATCH] chore: change vitest config extension from js to ts --- vitest.config.js => vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename vitest.config.js => vitest.config.ts (94%) diff --git a/vitest.config.js b/vitest.config.ts similarity index 94% rename from vitest.config.js rename to vitest.config.ts index d45e137..7eecde8 100644 --- a/vitest.config.js +++ b/vitest.config.ts @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* eslint-disddable */ import path from 'node:path' export default {