Skip to content

Commit

Permalink
simplify directory naming under packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Jun 21, 2024
1 parent f3f5f31 commit 22676a9
Show file tree
Hide file tree
Showing 90 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// tests/main/m2m.test.ts: SQLITE_CONSTRAINT: NOT NULL constraint failed
"target": "ES2021",
"paths": {
"graphql-orm": ["../graphql-orm/src"],
"objection-graphql-resolver": ["./src"]
"objection-graphql-resolver": ["./src"],
"graphql-orm": ["../base/src"]
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"paths": {
"orchid-graphql": ["./src"],
"graphql-orm": ["../graphql-orm/src"]
"graphql-orm": ["../base/src"]
}
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 22676a9

Please sign in to comment.