aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig-production.json
diff options
context:
space:
mode:
authorMichael C <[email protected]>2023-07-07 03:38:33 -0400
committerMichael C <[email protected]>2023-07-07 03:38:33 -0400
commit24c37324b88d1509e9f7a875441929f8f23bad2b (patch)
treed38fa915a7a896169a034594bf5fe7416fa3849d /tsconfig-production.json
parent21bce341f012e64711b306f504e92f94a36d7287 (diff)
downloadSponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.tar.gz
SponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.zip
only include src
Diffstat (limited to 'tsconfig-production.json')
-rw-r--r--tsconfig-production.json5
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