aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
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"]
}