Skip to content

shelfio/tsconfig

Repository files navigation

@shelf/tsconfig

Install

$ pnpm add -D @shelf/tsconfig

Usage

In your tsconfig.json:

Backend

{
  "extends": "@shelf/tsconfig/backend",
  "exclude": ["node_modules"],
  "include": ["src"]
}

Frontend

{
  "extends": "@shelf/tsconfig/frontend",
  "exclude": ["node_modules"],
  "include": ["src"]
}

Publish

$ git checkout master
$ pnpx np

License

MIT © Shelf

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors