This commit is contained in:
Jose B
2023-08-18 16:19:46 -05:00
parent e390bda83e
commit c970fa027a
3 changed files with 132 additions and 42 deletions

View File

@@ -18,7 +18,8 @@
"name": "next"
}
],
"strictNullChecks": true
"strictNullChecks": true,
"downlevelIteration": true
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]