Skip to content

Commit 21a82b7

Browse files
committed
Add a few sample tests
1 parent 5b22e6e commit 21a82b7

File tree

8 files changed

+1277
-30
lines changed

8 files changed

+1277
-30
lines changed

.vscode/tasks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "watch",
7+
"path": "resolver/",
8+
"problemMatcher": [
9+
"$tsc-watch"
10+
],
11+
"isBackground": true
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)