1.0.0 • Published 2 years ago

shippie-shared v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

  1. 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/*"]
              }
          }
      }

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