diff --git a/tsconfig.json b/tsconfig.json index feb2486..79e2ba6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "skipLibCheck": true }, "include": ["src/**/*"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] }