0.2.0 • Published 8 months ago

@virtuallyunknown/tsconfig v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

This package includes the following typescript configurations:

  • @virtuallyunknown/tsconfig.node.json
  • @virtuallyunknown/tsconfig.react.json
  • @virtuallyunknown/tsconfig.web.json

Installation:

  1. Install the package:
npm i @virtuallyunknown/tsconfig
pnpm add @virtuallyunknown/tsconfig
  1. Create tsconfig.json file and add the following:
{
    "extends": ["@virtuallyunknown/tsconfig/tsconfig.node.json"],
    "include": ["./src/"],
    "exclude": ["**/node_modules", "**/.*/"]
}
0.2.0

8 months ago

0.1.2

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago