This repository was archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Elmer Bulthuis
committed
Feb 1, 2018
1 parent
8e5810f
commit d2baf32
Showing
11 changed files
with
844 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
.* | ||
*.log | ||
/node_modules/ | ||
/coverage/ | ||
/obj/ | ||
/report/ | ||
/node/ | ||
/module/ | ||
/types/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.* | ||
*.log | ||
node_modules/ | ||
coverage/ | ||
/node_modules/ | ||
/report/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"editor.formatOnSave": true, | ||
"search.exclude": { | ||
".*": true, | ||
"*.log": true, | ||
"node_modules/": true, | ||
"coverage/": true, | ||
"obj/": true | ||
} | ||
"tslint.autoFixOnSave": true, | ||
"editor.rulers": [ | ||
80, | ||
120 | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.