aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.release.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 06:07:47 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 06:07:47 +0300
commit994e0df96267b3de4d82926555ac4c4c7eefe14a (patch)
treed3261f098bec09a106a62baf25e8577da5aaf3fa /tsconfig.release.json
parenta32bcd1207b03b05f8fe023498167f9d42811540 (diff)
downloadmongo-cronjob-994e0df96267b3de4d82926555ac4c4c7eefe14a.tar.gz
feat: add build script
Diffstat (limited to 'tsconfig.release.json')
-rw-r--r--tsconfig.release.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tsconfig.release.json b/tsconfig.release.json
new file mode 100644
index 0000000..b85035f
--- /dev/null
+++ b/tsconfig.release.json
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "outDir": "dist",
+ "target": "es5",
+ "module": "commonjs",
+ "strict": true,
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitThis": false,
+ "declaration": true,
+ "listEmittedFiles": true
+ },
+ "include": ["lib"]
+}