0.2.4 • Published 12 months ago

@code-expert/configs-typescript v0.2.4

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

Personal TypeScript config

Based on the work of unlikelystudio

Installation

npm install --save-dev @code-expert/configs-typescript


# or

yarn add -D @code-expert/configs-typescript

Backend / Library

In your tsconfig.json

{
  "extends": "@code-expert/configs-typescript/library.json",

  "include": ["src/**/*.ts", "src/types/**/*.d.ts"],
  "exclude": ["node_modules", "**/node_modules/*"]
}

Meteor

In your tsconfig.json

{
  "extends": "@code-expert/configs-typescript/meteor.json",

  "include": ["src/**/*.ts", "src/types/**/*.d.ts"],
  "exclude": ["node_modules", "**/node_modules/*"]
}
0.2.4

12 months ago

0.2.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago