1.0.0 • Published 2 years ago
shippie-shared v1.0.0
Shared
This is a common directory for all projects containing shared utils and types.
Description
Describe your project in detail here.
Getting Started
Dependencies
npm install
Installing
- Configure your
tsconfig.json
- In each project's tsconfig.json file, add a paths entry to include the shared types folder. I.e.:
{ "compilerOptions": { "baseUrl": ".", "paths": { "@shared/*": ["../shared-types/*"] } } }
- In each project's tsconfig.json file, add a paths entry to include the shared types folder. I.e.:
Executing program
- How to run the program
- Step-by-step bullets
Help
Any advise for common problems or issues.
1.0.0
2 years ago