We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32788e commit a004ff1Copy full SHA for a004ff1
.gitignore
@@ -18,6 +18,8 @@
18
19
# Files #
20
#########
21
+lib/node_modules/**/tsconfig.json
22
+lib/node_modules/**/tslint.json
23
24
25
# Directories #
.npmignore
@@ -55,6 +55,7 @@ workshops/
55
# TypeScript #
56
##############
57
tsconfig.json
58
+tslint.json
59
60
61
# Logs #
0 commit comments