diff options
author | Michael C <[email protected]> | 2023-07-07 03:38:33 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2023-07-07 03:38:33 -0400 |
commit | 24c37324b88d1509e9f7a875441929f8f23bad2b (patch) | |
tree | d38fa915a7a896169a034594bf5fe7416fa3849d /tsconfig-production.json | |
parent | 21bce341f012e64711b306f504e92f94a36d7287 (diff) | |
download | SponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.tar.gz SponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.zip |
only include src
Diffstat (limited to 'tsconfig-production.json')
-rw-r--r-- | tsconfig-production.json | 5 |
1 files changed, 4 insertions, 1 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 |