fix: add strict true to tsconfig
parent
656ceefe25
commit
496328b035
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": "@calcom/tsconfig/nextjs.json",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@api/*": ["pages/api/*"],
|
||||
|
|
Loading…
Reference in New Issue