1.0.2 • Published 1 year ago

diamante-tsconfig v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@diamante/tsconfig

The default TypeScript config for Stellar Development Foundation projects.

Usage

Install the package:

yarn add --dev @diamante/tsconfig

Then extend your projects' tsconfig.json file with it:

{
  "extends": "@diamante/tsconfig"
}

Note that you'll have to provide a significant amount of project-specific configuration options, including the outDir and include files. Check out this configuration to see what's defined and what was left out.

1.0.2

1 year ago