Skip to content

Commit

Permalink
the tools are now built in
Browse files Browse the repository at this point in the history
fixed bug with config
  • Loading branch information
samualtnorman committed Sep 3, 2020
1 parent 4386534 commit 9cfab5a
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 26 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"files.exclude": {
"**/.*": true,
"**/*.d.ts": true,
"**/*.js": { "when": "$(basename).ts" }
"**/*.js": { "when": "$(basename).ts" },
"node_modules": true,
"package-lock.json": true,
"LICENSE": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}
Loading

0 comments on commit 9cfab5a

Please sign in to comment.