We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aef747 commit 8c7e26fCopy full SHA for 8c7e26f
package.json
@@ -16,10 +16,10 @@
16
"build": "webpack && webpack --config webpack.config.min.js"
17
},
18
"devDependencies": {
19
- "ts-loader": "^4.3.0",
20
- "typescript": "^2.8.3",
21
- "webpack": "^4.8.3",
22
- "webpack-cli": "^2.1.4"
+ "ts-loader": "^4.3.1",
+ "typescript": "^2.9.1",
+ "webpack": "^4.11.0",
+ "webpack-cli": "^3.0.2"
23
24
"dependencies": {}
25
}
tsconfig.json
@@ -5,7 +5,7 @@
5
"alwaysStrict": true,
6
"strictNullChecks": false,
7
"strictFunctionTypes": true,
8
- "strictPropertyInitialization": true,
+ "strictPropertyInitialization": false,
9
"skipLibCheck": true,
10
11
"noUnusedLocals": false,
0 commit comments