Skip to content

Commit

Permalink
tsconfig-ext: revert bc52f65
Browse files Browse the repository at this point in the history
While the intent was to run tests with it, we don't need it. Instead,
this caused problems because the stubs overrode the intended `ext`
directory and therefore disabled the ext features.
  • Loading branch information
jordigh authored and paulfitz committed Jul 1, 2024
1 parent 6e11e49 commit 6888f9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"files": [],
"include": [],
"references": [
{ "path": "./app" },
{ "path": "./stubs/app" },
{ "path": "./test" },
{ "path": "./ext/app" }
],
}

0 comments on commit 6888f9b

Please sign in to comment.