[@daiyam/artifact-lang-ts](https://github.com/daiyam/artifact-configs/tree/master/packages/lang-ts)
===================================================================================================

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![NPM Version](https://img.shields.io/npm/v/@daiyam/artifact-lang-ts.svg?colorB=green)](https://www.npmjs.com/package/@daiyam/artifact-lang-ts)

The configuration for my [typescript](https://www.typescriptlang.org/) projects.

Getting Started
---------------

```sh
mkdir myproject
cd myproject
npm init -y
artifact add @daiyam/lang-js @daiyam/lang-ts
```

Dependencies
------------

- [xo](https://github.com/xojs/xo)

License
-------

Copyright &copy; 2021-present Baptiste Augrain

Licensed under the [MIT license](https://opensource.org/licenses/MIT).
