diff --git a/test-app/tsconfig.json b/test-app/tsconfig.json index c58628a..6e6f1f7 100644 --- a/test-app/tsconfig.json +++ b/test-app/tsconfig.json @@ -8,7 +8,7 @@ "paths": { "test-app/tests/*": ["tests/*"], "test-app/*": ["app/*"], - "*": ["types/*"], - }, - }, + "*": ["types/*"] + } + } }