diff options
| author | 8cy <[email protected]> | 2020-04-13 06:06:51 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-13 06:06:51 -0700 |
| commit | 2a04861aa3fb8b3e22fd3fdcb3ac5aed5eb85756 (patch) | |
| tree | 4c1289e2eed7ee1f6ef27abea33b5538206be0ef /tsconfig.json | |
| parent | typescript final (diff) | |
| download | s5nical-test.tar.xz s5nical-test.zip | |
final final typescript loltest
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 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" ] } |