Skip to content

Commit

Permalink
Fix tsconfig outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Oct 18, 2024
1 parent 40509e0 commit 63eb78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-route-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"declaration": true,
"emitDeclarationOnly": true,
"rootDir": ".",
"outDir": "./dist"
"outDir": "../../build/node_modules/@remix-run/route-config/dist"
}
}

0 comments on commit 63eb78c

Please sign in to comment.