Skip to content

Commit

Permalink
Update ts configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeyash07 committed Oct 22, 2024
1 parent cf09b4b commit 1b6b3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/configs/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const apolloOptions: ApolloClientOptions<NormalizedCacheObject> = {
},
};

/** @knipignore */
export default apolloOptions;
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"paths": {
"#views/*": ["./src/views/*"],
"#utils/*": ["./src/utils/*"],
"#base/*": ["./src/configs/*"]
"#configs/*": ["./src/configs/*"]
},

"target": "ESNext",
Expand Down

0 comments on commit 1b6b3a4

Please sign in to comment.