fixing the tsconfig to exclude docs/ dir

This commit is contained in:
Ken
2019-02-20 11:13:16 -08:00
parent c12cb554aa
commit d41d1793cf
2 changed files with 18 additions and 18 deletions

View File

@@ -12,5 +12,5 @@
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"exclude": ["node_modules"]
"exclude": ["node_modules", "docs"]
}