include new folder in typescript checks

This commit is contained in:
Daniel Lugo 2020-08-21 13:40:16 -04:00
parent bd01b3cbce
commit 0a82226e2c

View file

@ -1,5 +1,5 @@
{ {
"include": ["./services/gunDB/**/*.*"], "include": ["./services/gunDB/**/*.*", "./utils/lightningServices/**/*.*"],
"compilerOptions": { "compilerOptions": {
/* Basic Options */ /* Basic Options */
// "incremental": true, /* Enable incremental compilation */ // "incremental": true, /* Enable incremental compilation */