From 31a287cb444ca018b260d494287985548372a82e Mon Sep 17 00:00:00 2001 From: Davide Date: Sun, 7 May 2023 22:15:27 +0100 Subject: [PATCH] (demo/next.config.js) Add `// @ts-check` --- apps/demo/next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/demo/next.config.js b/apps/demo/next.config.js index bc37defc..66484c24 100644 --- a/apps/demo/next.config.js +++ b/apps/demo/next.config.js @@ -1,3 +1,5 @@ +// @ts-check + /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true,