Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brhoomjs committed Dec 2, 2021
1 parent 6303f85 commit b2833eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"compilerOptions": {
"paths": {
"main-cap-image-cache": [
"./dist/cap-image-cache/cap-image-cache",
"./dist/cap-image-cache"
"dist/cap-image-cache/cap-image-cache",
"dist/cap-image-cache"
]
},
"baseUrl": ".",
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit b2833eb

Please sign in to comment.