diff options
| author | 8cy <[email protected]> | 2020-04-13 06:39:55 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-13 06:39:55 -0700 |
| commit | 23138197e382e3b7e5432b2e8104416317246aa0 (patch) | |
| tree | 6d5a8516fc31c2dfedf07a5f9b865facae50013e /tsconfig.json | |
| parent | change bot.js path, v4.0.6 (diff) | |
| download | s5nical-23138197e382e3b7e5432b2e8104416317246aa0.tar.xz s5nical-23138197e382e3b7e5432b2e8104416317246aa0.zip | |
tbh idk, v4.0.7
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index daa1c7a..a408deb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -65,6 +65,6 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [ - "src/**/*", "fix/voice/wahoo.js", "fix/voice/squeak.js", "fix/voice/moan.js", "fix/voice/fart.js" + "./src/**/*" ] } |