Skip to content

Commit

Permalink
feat: add watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Mar 20, 2021
1 parent 46e3255 commit b71937f
Show file tree
Hide file tree
Showing 4 changed files with 1,728 additions and 120 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ build
npm-debug.log
.env
.idea/
.vscode
2 changes: 1 addition & 1 deletion compiler/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "Node",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
Expand Down
Loading

0 comments on commit b71937f

Please sign in to comment.