diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-02 00:29:06 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-02 00:29:06 +0300 |
commit | fc3701733fca3fccd8330aaa5095fdcd82daf2b7 (patch) | |
tree | 238dff76d3f9fb323939db2e718f8087fd854871 /tsconfig.json | |
parent | 40775a74b75ad3f5e0cc1508f4c8eca029024c6b (diff) | |
download | mongo-cronjob-fc3701733fca3fccd8330aaa5095fdcd82daf2b7.tar.gz |
chore: initialize project
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..301894b --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "noImplicitThis": false + } +} |