Skip to content

Commit

Permalink
Merge pull request #1649 from houdiniproject/remove-unneeded-baseurl
Browse files Browse the repository at this point in the history
Remove unneeded baseUrl from tsconfig
  • Loading branch information
wwahammy authored Sep 9, 2023
2 parents 446fc28 + fdff1cc commit 87d8168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"target": "ES2018",
"jsx": "react",
"experimentalDecorators": true,
"baseUrl": "./",
"lib": ["dom", "ES2018"],
"paths": { "*": [ "./types/*"], "@rails/activestorage": ["./types/rails__activestorage"] },
"typeRoots" : [
Expand Down

0 comments on commit 87d8168

Please sign in to comment.