0.3.2 • Published 9 months ago

@bam.tech/typescript-config v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

tsconfig for BAM

This project is just a simple package that exposes a tsconfig.json file that gathers the compiler options that should be used in any new BAM project.

How to use?

In your app, run yarn add @bam.tech/typescript-config expo.

In your .tsconfig.json config file, extend the exported tsconfig:

// tsconfig.json
{
  "extends": "@bam.tech/typescript-config/tsconfig"
}

How to customize?

You can still customize your tsconfig by overriding any acceptable field.

How to improve?

If you find a useful compiler options that you feel every project at BAM should use, feel free to open a PR.

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago