mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-23 20:55:47 +00:00
fix(next-template): strict type check
Co-authored-by: Danazumi <granzin98@gmail.com> Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"incremental": true,
|
||||
|
||||
Reference in New Issue
Block a user