diff options
-rw-r--r-- | tsconfig-production.json | 5 | ||||
-rw-r--r-- | tsconfig.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/tsconfig-production.json b/tsconfig-production.json index 98b7cbe2..c79b6f61 100644 --- a/tsconfig-production.json +++ b/tsconfig-production.json @@ -16,5 +16,8 @@ "dom", "dom.iterable" ] - } + }, + "include": [ + "src/**/*" + ] }
\ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 7f2ac9cf..27053111 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,8 @@ "dom", "dom.iterable" ] - } + }, + "include": [ + "src/**/*" + ] }
\ No newline at end of file |