Skip to content

Commit

Permalink
chore: enable TS strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeJasmin authored and PaulEntourage committed Dec 8, 2023
1 parent 8ff3127 commit 6ff1eed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
Expand All @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": "./"
"baseUrl": "./",
"noImplicitAny": false
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "src/components/utils/CarouselSwiper/swiper-augmentation.d.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 6ff1eed

Please sign in to comment.