mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
chore: set allowJs to true
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user