Skip to content

Commit

Permalink
reinstall packages
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 20, 2017
1 parent fef2e88 commit b36f6ec
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 250 deletions.
3 changes: 2 additions & 1 deletion online/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"importHelpers": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true
"downlevelIteration": true,
"newLine": "LF"
}
}
3 changes: 2 additions & 1 deletion prerender/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true
"downlevelIteration": true,
"newLine": "LF"
}
}
3 changes: 2 additions & 1 deletion screenshots/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true
"downlevelIteration": true,
"newLine": "LF"
}
}
3 changes: 2 additions & 1 deletion spec/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"strict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"skipLibCheck": true
"skipLibCheck": true,
"newLine": "LF"
}
}
3 changes: 2 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"strict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"skipLibCheck": true
"skipLibCheck": true,
"newLine": "LF"
}
}

0 comments on commit b36f6ec

Please sign in to comment.