Skip to content

Commit

Permalink
tsconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessrey619 committed Nov 12, 2024
1 parent db62d47 commit a44faa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
"incremental": true,
"strictPropertyInitialization": false
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "../api_v2"]
}

0 comments on commit a44faa4

Please sign in to comment.