From 378e8425988e3a75575c93e42f02212ce900d4df Mon Sep 17 00:00:00 2001 From: GamerCleanVic Date: Mon, 29 Apr 2024 08:29:41 -0300 Subject: [PATCH] public js ts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 55a29ab..0753c6d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ }, "include": [ "src/**/*.ts", - "public/**/*" + "public/**/*.ts && *.js" ], "exclude": [ "errors",