@ilo-org/typescript-config
v2.0.0
Published
Typescript configuration for ILO Design System
Downloads
6
Readme
@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.