2.0.0 • Published 10 months ago

@ilo-org/typescript-config v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

@ilo-org/typescript-config

Typescript configuration for the ILO Design System. This provides sensible defaults which you can use for other projects as well.

Getting started

npm install -D @ilo-org/typescript-config

Usage

{
  "extends": "@ilo-org/typescript-config/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  }
}

Configuration

Adding this to your project will simply include some tsconfig.json settings to your own. You can see them here.

📝 License

Licensed under the Apache 2.0 License.

2.0.0

10 months ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

3 years ago