From 28da3231e9a2d6060276ffbe80de506c4ba388ff Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 7 Nov 2021 10:43:26 -0500 Subject: aaaaaaaaaaaaaaa --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b2e5ecd..482709d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,6 +29,6 @@ "#root/*": ["./*"] } }, - "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.js"], + "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.cjs"], "exclude": ["dist", "node_modules"] } -- cgit