diff options
author | sanine <sanine.not@pm.me> | 2024-05-06 13:55:32 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-05-06 13:55:32 -0500 |
commit | 345b7daf4509ac89f70790c71cb2cba9b7a4f300 (patch) | |
tree | c3a26c74a0ecfe826f965cad7bdbfe62b65d2c80 /tsconfig.json | |
parent | dc78c78d1aec79e532badeedd782186c4742e3a3 (diff) |
add basic vowel features
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 77aea66..e9c9d9a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,6 +34,7 @@ }, "include": ["./**/*.ts"], "exclude": [ + "src/**/*.test.ts", "node_modules/**/*" - ] + ], } |