diff --git a/tsconfig.json b/tsconfig.json index 12074fe..73d85d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "@tsconfig/node20/tsconfig.json", - "exclude": ["node_modules"], + "exclude": ["node_modules", "www"], "compilerOptions": { "types": ["vitest/globals"] } } \ No newline at end of file