Skip to content

Commit

Permalink
Disable lib check and emitting files in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Dec 5, 2023
1 parent 98517cf commit ef2a313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
// we use esbuild to compile and typescript for typechecking
"noEmit": true,
}
}

0 comments on commit ef2a313

Please sign in to comment.