Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fenying committed Apr 5, 2019
1 parent cf2c6a3 commit 0a25039
Show file tree
Hide file tree
Showing 6 changed files with 2,135 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"type": "node",
"request": "launch",
"name": "[TypeGuard] Do tests",
"program": "${workspaceFolder}/src/samples/debug.ts",
"name": "[TypeGuard] Quick Start",
"program": "${workspaceFolder}/src/samples/quick-start.ts",
"sourceMaps": true,
"cwd": "${workspaceFolder}",
"outFiles": [
Expand Down
Loading

0 comments on commit 0a25039

Please sign in to comment.