diff options
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/**/*" - ] + ], } |