Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 589 Bytes

File metadata and controls

28 lines (19 loc) · 589 Bytes

@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.