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": { "compilerOptions": {
"target": "es5", "target": "es5",
"module": "commonjs", "module": "es2015",
"allowJs": true, "allowJs": true,
"checkJs": false, "checkJs": false,
"outDir": "build/", "outDir": "build/",