diff --git a/.nvmrc b/.nvmrc index 703a257..9a2a0e2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v17 +v20 diff --git a/tsconfig.json b/tsconfig.json index aba66b0..0d7a8b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "resolveJsonModule": true, "jsx": "react-jsx" }, - "exclude": ["./dist", "src/**/*.test.tsx"] + "exclude": ["./dist"] }