0.1.0 • Published 1 year ago

@shelf/tsconfig v0.1.0

Weekly downloads
1,814
License
MIT
Repository
-
Last release
1 year ago

@shelf/tsconfig

Install

$ yarn add --dev @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
$ yarn version
$ yarn publish
$ git push origin master --tags

License

MIT © Shelf

0.1.0

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago