Skip to content

Commit

Permalink
Fix typecheck-strict
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Mar 4, 2020
1 parent 179054a commit 89ff4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/landing/gutenboarding/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"compilerOptions": {
"composite": false,
"incremental": true,
"rootDir": ".",
"tsBuildInfoFile": "../../../.tsc-cache/gutenboarding"
},
"files": [ "./index.tsx" ],
"files": [ "index.tsx" ],
"include": []
}
3 changes: 1 addition & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

"baseUrl": ".",
"rootDir": ".",
"paths": { "*": [ "./*" ] },
"tsBuildInfoFile": "../.tsc-cache/client",
"noEmit": true,
"composite": true,
Expand All @@ -23,7 +22,7 @@
],
"include": [ "**/*" ],
"exclude": [
"node_modules/**/*",
"../**/node_modules/**/*",
"**/test/**/*",
"server/bundler/assets*.json",
"server/devdocs/search-index.js"
Expand Down

0 comments on commit 89ff4ce

Please sign in to comment.