Skip to content

Commit

Permalink
Merge pull request #2 from ryohey/typescript
Browse files Browse the repository at this point in the history
Rewrite in Typescript
  • Loading branch information
ryohey authored Dec 26, 2017
2 parents e42e06e + b3b8844 commit b41aa4d
Show file tree
Hide file tree
Showing 25 changed files with 2,659 additions and 3,554 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Tests",
"program": "${workspaceRoot}\\node_modules\\jest\\bin\\jest.js",
"args": [
"-i"
],
"internalConsoleOptions": "openOnSessionStart"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}
Loading

0 comments on commit b41aa4d

Please sign in to comment.