Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@studio/tsconfig

The JavaScript Studio sharable tsconfig

readme

JavaScript Studio tsconfig.json

Using the TypeScript compiler with JSDoc

This configuration is supposed to be used with @studio/eslint-config.

Usage:

tsconfig.json

{
  "extends": "@studio/tsconfig",
  "include": ["**/*.js"],
  "exclude": ["node_modules"]
}

License

MIT

Made with ❤️ on 🌍

changelog