diff --git a/tsconfig.json b/tsconfig.json index 79143ce..0f4cf3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,9 +14,6 @@ "target": "ES2022" }, "include": [ - "*.ts", - "source", - "tests", - "vite.config.ts" + "source" ] }