aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-07 10:43:26 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-07 10:43:26 -0500
commit28da3231e9a2d6060276ffbe80de506c4ba388ff (patch)
treeac62ef57f7f3b0edebdc337534cc432f68cd0129 /tsconfig.json
parent4e97002a5702f8128e8c0763bd7b762ccd5806da (diff)
downloadtanzanite-28da3231e9a2d6060276ffbe80de506c4ba388ff.tar.gz
tanzanite-28da3231e9a2d6060276ffbe80de506c4ba388ff.tar.bz2
tanzanite-28da3231e9a2d6060276ffbe80de506c4ba388ff.zip
aaaaaaaaaaaaaaa
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"]
}