diff --git a/tsconfig.json b/tsconfig.json index 9f90223..f3a6a33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "lib": ["es6", "dom", "es2017"], "allowJs": true, - "checkJs": true, + "checkJs": false, "jsx": "react", "sourceMap": true, "outDir": "./build", diff --git a/webpack.config.js b/webpack.config.js index 1cd05df..ee252bf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,7 +4,7 @@ const path = require('path'); const src = path.resolve(__dirname, 'src'); const dist = path.resolve(__dirname, 'build'); -config = { +const config = { entry: { content: path.join(src, 'content'), settings: path.join(src, 'settings'),