summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-13 06:06:51 -0700
committer8cy <[email protected]>2020-04-13 06:06:51 -0700
commit2a04861aa3fb8b3e22fd3fdcb3ac5aed5eb85756 (patch)
tree4c1289e2eed7ee1f6ef27abea33b5538206be0ef /tsconfig.json
parenttypescript final (diff)
downloads5nical-2a04861aa3fb8b3e22fd3fdcb3ac5aed5eb85756.tar.xz
s5nical-2a04861aa3fb8b3e22fd3fdcb3ac5aed5eb85756.zip
final final typescript loltest
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4eff8cf..daa1c7a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -65,6 +65,6 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
- "./src/**/**/*"
+ "src/**/*", "fix/voice/wahoo.js", "fix/voice/squeak.js", "fix/voice/moan.js", "fix/voice/fart.js"
]
}