From 8ec0efe5b3f0282412649800754def01c9cc152f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 19 Dec 2024 20:14:48 +0200 Subject: [PATCH] chore(client/ts): fix another dependency to server --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cd4ea40e2..8c9b11075 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,12 +18,12 @@ "./src/**/*.js", "./src/**/*.ts", "./*.ts", - "./spec/**/*.ts", - "./spec-es6/**/*.ts" + "./spec/**/*.ts" ], "exclude": [ "./src/public/**/*", - "./node_modules/**/*" + "./node_modules/**/*", + "./spec-es6/**/*.ts" ], "files": [ "src/types.d.ts"