Skip to content

Commit

Permalink
(demo/next.config.js) Add // @ts-check
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviDevMod committed May 7, 2023
1 parent 779a8fe commit 31a287c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/demo/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
Expand Down

0 comments on commit 31a287c

Please sign in to comment.