aboutsummaryrefslogtreecommitdiffhomepage
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
parent21bce341f012e64711b306f504e92f94a36d7287 (diff)
downloadSponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.tar.gz
SponsorBlock-24c37324b88d1509e9f7a875441929f8f23bad2b.zip
only include src
-rw-r--r--tsconfig-production.json5
-rw-r--r--tsconfig.json5
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