diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |