From ab6983b265708c76e8dd2938d3df155ef379d939 Mon Sep 17 00:00:00 2001 From: astherath Date: Thu, 19 Sep 2024 16:08:24 -0400 Subject: [PATCH] added config --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7ddf306..8386b5b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "noEmitOnError": true // "types" : ["bun-types"] }, - "include": ["src/**/*.ts", "src/**/EmbeddedEnv.ts"], + "include": ["src/**/*.ts", "src/**/EmbeddedEnv.ts", "src/App.ts"], "exclude": ["node_modules", "**/*.spec.ts"] }