diff --git a/tsconfig.json b/tsconfig.json index c9ed155b..2d93088d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,13 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext" + "target": "esnext", + "types": [ + "jest", + "offscreencanvas", + "react/next", + "wicg-file-system-access" + ] }, "exclude": ["node_modules"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]