Skip to content

Commit

Permalink
fix broken link to parent tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 21, 2025
1 parent 5547a21 commit c0cad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-packages/ts-plugin-test-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.compileroptions.json",
"extends": "../../tsconfig.compileroptions.json",
"compilerOptions": {
"baseUrl": ".",
"plugins": [{ "name": "@glint/typescript-plugin" }]
Expand Down

0 comments on commit c0cad63

Please sign in to comment.