Typescript configuration for the ILO Design System. This provides sensible defaults which you can use for other projects as well.
npm install -D @ilo-org/typescript-config
{
"extends": "@ilo-org/typescript-config/tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
}
Adding this to your project will simply include some tsconfig.json
settings to your own. You can see them here.
Licensed under the Apache 2.0 License.