From 4b827754560c2306770132a169123565f9fa736a Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 29 Aug 2024 17:43:46 +0200 Subject: [PATCH] Move web globals to `web_src/js/globals.d.ts` --- tsconfig.json | 2 +- types.d.ts => web_src/js/globals.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename types.d.ts => web_src/js/globals.d.ts (100%) diff --git a/tsconfig.json b/tsconfig.json index 5640c8e74183c..744f1511e951c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,7 @@ "sourceMap": true, "types": [ "vitest/globals", - "./types.d.ts", + "./web_src/js/globals.d.ts", ], } } diff --git a/types.d.ts b/web_src/js/globals.d.ts similarity index 100% rename from types.d.ts rename to web_src/js/globals.d.ts