You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every new TypeScript project comes the task of creating and maintaining a tsconfig.json. TypeScript configs can also be extended, that is what got me thinking if I should add one to my presets too.
Basic example
"extends": "eslint-config-ns/tsconfig.json"
Motivation
Create a shared tsconfig.json - and probably some presets like tsconfig.jest.jsonortsconfig.cypress.json` - which one can use easily.
Feature Request
Every new TypeScript project comes the task of creating and maintaining a
tsconfig.json
. TypeScript configs can also be extended, that is what got me thinking if I should add one to my presets too.Basic example
Motivation
Create a shared
tsconfig.json
- and probably some presets liketsconfig.jest.
jsonor
tsconfig.cypress.json` - which one can use easily.Links and Todos
root: true
(example)project
in.eslintrc.js
(example)?Example Repos
The text was updated successfully, but these errors were encountered: