Skip to content

Commit

Permalink
workspace: update for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Aug 7, 2024
1 parent 98f2abe commit 8642bb3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig-esm.json",
"option": "watch",
"problemMatcher": ["$tsc-watch"],
"group": "build",
"label": "tsc: watch - tsconfig-esm.json",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}
15 changes: 15 additions & 0 deletions website/.vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "PORT=2001 TYPEDOC_WATCH=false docusaurus start",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}

0 comments on commit 8642bb3

Please sign in to comment.