Skip to content

Commit

Permalink
cleanup @site/ alias in TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 30, 2021
1 parent 39df132 commit 1aa2cc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"paths": {
"@site/*": ["./*"]
},
"baseUrl": "."
},
"include": ["src/"]
}
}
3 changes: 0 additions & 3 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"paths": {
"@site/*": ["./*"]
},
"baseUrl": ".",
"resolveJsonModule": true
},
Expand Down

0 comments on commit 1aa2cc5

Please sign in to comment.