diff options
Diffstat (limited to 'tsconfig.base.json')
| -rw-r--r-- | tsconfig.base.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json index 591a9e9..c6fc144 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,4 +1,5 @@ { + "exclude": ["**/*.test.ts", "**/*.test.tsx"], "compilerOptions": { "target": "ES2022", "module": "ESNext", |
