Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(toolchain): fixes issue with storybook not properly building
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer authored and Stefano Casasola committed Oct 4, 2019
1 parent a72d9fb commit 70ce357
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"moduleResolution": "node",
"jsx": "react",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@hospitalrun/components": ["src/"]
}
}
}

0 comments on commit 70ce357

Please sign in to comment.