From 345b7daf4509ac89f70790c71cb2cba9b7a4f300 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 6 May 2024 13:55:32 -0500 Subject: add basic vowel features --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') 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/**/*" - ] + ], } -- cgit v1.2.1