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": { "compilerOptions": {
"target": "es6", "target": "es5",
"module": "commonjs", "module": "commonjs",
"allowJs": true, "allowJs": true,
"checkJs": false, "checkJs": false,
@@ -13,4 +13,4 @@
}, },
"include": ["*.ts"], "include": ["*.ts"],
"exclude": ["node_modules", "*/Tests.ts"] "exclude": ["node_modules", "*/Tests.ts"]
} }