Update tsconfig.json

This commit is contained in:
Adhiraj Singh
2020-07-01 16:39:21 +05:30
committed by GitHub
parent eaa2e1a502
commit 6e54efe810

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "es2015",
"allowJs": true,
"checkJs": false,
"outDir": "build/",