Skip to content

Commit

Permalink
fix: use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 2, 2020
1 parent c7e095c commit 6393c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.react.dev.json
@@ -1,5 +1,5 @@
{
"extends": "tsconfig.react.json",
"extends": "./tsconfig.react.json",
"compilerOptions": {
"jsx": "react-jsxdev"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.react.json
@@ -1,5 +1,5 @@
{
"extends": "tsconfig.base.json",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
Expand Down

0 comments on commit 6393c06

Please sign in to comment.