Update tsconfig.json

This commit is contained in:
Adhiraj Singh
2020-07-01 16:35:29 +05:30
committed by GitHub
parent 526de702f2
commit eaa2e1a502

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "es5",
"module": "commonjs",
"allowJs": true,
"checkJs": false,
@@ -13,4 +13,4 @@
},
"include": ["*.ts"],
"exclude": ["node_modules", "*/Tests.ts"]
}
}