chore: set allowJs to true

This commit is contained in:
abhijithvijayan
2020-01-27 11:12:50 +05:30
parent 466f896218
commit bcb1ce322e

View File

@@ -2,6 +2,8 @@
"compilerOptions": {
/* Basic Options */
"outDir": "dist",
/* for manifest/index.js */
"allowJs": true,
"target": "ES2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "es6", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"jsx": "react",