diff --git a/tsconfig.json b/tsconfig.json index f02cbfd6..b853b380 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,8 @@ "skipLibCheck": true, "strict": true, "target": "esnext", - "types": ["jest", "offscreencanvas", "wicg-file-system-access"] + "types": ["jest", "offscreencanvas", "wicg-file-system-access"], }, "exclude": ["node_modules"], - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], }