diff --git a/tsconfig.json b/tsconfig.json index ff79c14..0653a32 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,6 @@ "esModuleInterop": true, "skipDefaultLibCheck": true, "skipLibCheck": true - } + }, + "exclude": ["playground"] }