Skip to content

Commit

Permalink
remove baseUrl from tsconfig for better dev experience (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers authored Aug 22, 2023
1 parent a4fc1c5 commit 5d72bbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": true,
"baseUrl": ".",
"types": [
"mocha",
"user-agent-data-types"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./src"
},
"include": ["src"],
Expand Down

0 comments on commit 5d72bbd

Please sign in to comment.