From 1e265fe620f15cc0f6bfda16e2b334a1ab9a624d Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Sun, 25 Feb 2024 23:06:59 -0500 Subject: [PATCH] Cleaned up some settings --- tsconfig.build.json | 3 +-- tsconfig.json | 3 +-- tsconfig.module.json | 8 +++----- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 87d26be..8ea0aa2 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -27,8 +27,7 @@ "exclude": [ "common/src/declarations", "node_modules", - "**/node_modules", - "**/*spec.ts", + "**/node_modules", "**/__tests__", ], "tstl": { diff --git a/tsconfig.json b/tsconfig.json index 623a1bd..e2f5cfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,7 @@ "esnext","DOM" ], "types": [ - "lua-types/5.2", - "jest" + "lua-types/5.2" ], "typeRoots": [ "./types", diff --git a/tsconfig.module.json b/tsconfig.module.json index 18b5c1b..d4280e8 100644 --- a/tsconfig.module.json +++ b/tsconfig.module.json @@ -6,7 +6,7 @@ "outDir": "[[module_output]]", "skipLibCheck": true, "lib": [ - "esnext","DOM" + "esnext" ], "moduleResolution": "node", "types": [ @@ -23,10 +23,8 @@ "exclude": [ "node_modules", "**/node_modules", - "test", - "**/*spec.ts", - "**/__tests__", - "**/__mocks__" + "test", + "**/__tests__" ], "tstl": { "luaTarget": "5.2",