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

Package detail

@ember/library-tsconfig

ember-cli9.4kMIT1.1.3

A base TSConfig for working on libraries for Ember.

tsconfig, ember

readme

A base TS Config for working with libraries for ember

Add the package to your "devDependencies"

npm install --save-dev @ember/library-tsconfig

And in your tsconfig.json:

"extends": "@ember/library-tsconfig"