Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tsconfig extend (unused)
  • Loading branch information
turnerjw committed Feb 2, 2024
commit 79c9c27ffab1215b60934f2e0f1674d2fca57a0c
2 changes: 1 addition & 1 deletion react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "lib"
Expand Down