diff options
Diffstat (limited to '')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index cc422a2..4f2e86d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "baseUrl": "." }, "include": ["**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "tests"] } |