A base TSConfig for working on apps in Ember.
npm install @ember/app-tsconfig
Add the package to your "devDependencies"
"devDependencies"
``bashnpm install --save-dev @ember/app-tsconfig`
bashnpm install --save-dev @ember/app-tsconfig
And in your tsconfig.json:
:
`json"extends": "@ember/app-tsconfig"``
json"extends": "@ember/app-tsconfig"