Skip to content

Commit

Permalink
feat(stark-build): enable all strict type checking options in tsconfi…
Browse files Browse the repository at this point in the history
…g.json file. Remove obsolete options
  • Loading branch information
christophercr committed May 20, 2019
1 parent 7e40365 commit ae3fccc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/stark-build/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": false,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand All @@ -50,11 +50,6 @@
"paths": {}
},
"exclude": ["node_modules", "dist", "packages/stark-build/config-stark"],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true,
"useWebpackText": true,
"useCache": false
},
"formatCodeOptions": {
"indentSize": 2,
"tabSize": 4,
Expand Down

0 comments on commit ae3fccc

Please sign in to comment.