Skip to content

Commit

Permalink
chore: eliminate baseUrl from tsconfig.json (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson authored Aug 20, 2024
1 parent d0b6178 commit 1c42179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v3/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
Expand All @@ -18,7 +17,7 @@
"jsx": "react",
"lib": ["dom", "dom.iterable", "es2018"],
"paths": {
"mobx-state-tree": ["node_modules/@concord-consortium/mobx-state-tree/dist"]
"mobx-state-tree": ["./node_modules/@concord-consortium/mobx-state-tree/dist"]
}
},
"include": [
Expand Down

0 comments on commit 1c42179

Please sign in to comment.