Skip to content

Commit 7cfbbb3

Browse files
committed
fix tsconfig warning
1 parent 5511bd0 commit 7cfbbb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-extension-boilerplate-react",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A chrome extension boilerplate built with React 17 and Webpack 4",
55
"license": "MIT",
66
"repository": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "es5",
44
"lib": ["dom", "dom.iterable", "esnext"],
5-
"allowJs": true,
5+
"allowJs": false,
66
"skipLibCheck": true,
77
"esModuleInterop": true,
88
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)