From 17348a905bde4359e64cee5aad7c2053900efdd2 Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Thu, 2 May 2024 19:06:26 -0600 Subject: [PATCH] updated cors --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7bf1554..bc154ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,6 +41,7 @@ "include": [ "typings/**/*.d.ts", "src/**/*.ts", + "src/**/*.js", "vite.config*.ts", "__tests__/**/*", "__benchmarks__/**/*"