Skip to content

Commit

Permalink
fix: fix tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshuiyijing committed Jun 19, 2024
1 parent cc86721 commit 57204d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extensions/autocomplete/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/cur-sql-gutter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
Expand Down

0 comments on commit 57204d3

Please sign in to comment.