Skip to content

Commit

Permalink
chore: remove baseUrl from tsconfig (#7258)
Browse files Browse the repository at this point in the history
* chore: remove baseUrl from tsconfig

* ?
  • Loading branch information
Josh-Cena authored Apr 28, 2022
1 parent ba1d3f4 commit a30daa1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/docusaurus-plugin-ideal-image/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}
1 change: 0 additions & 1 deletion packages/docusaurus-plugin-pwa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}
3 changes: 1 addition & 2 deletions packages/docusaurus-theme-classic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"lib": ["DOM", "ES2019"],
"module": "esnext",
"noEmit": true,
"jsx": "react-native",
"baseUrl": "src"
"jsx": "react-native"
},
"include": ["src/"]
}
1 change: 0 additions & 1 deletion packages/docusaurus-theme-search-algolia/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}

0 comments on commit a30daa1

Please sign in to comment.