Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add shared tsconfig.json #98

Open
4 tasks
natterstefan opened this issue Oct 23, 2022 · 0 comments
Open
4 tasks

feat: add shared tsconfig.json #98

natterstefan opened this issue Oct 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@natterstefan
Copy link
Owner

natterstefan commented Oct 23, 2022

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

"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.

Links and Todos

Example Repos

@natterstefan natterstefan added the enhancement New feature or request label Oct 23, 2022
@natterstefan natterstefan self-assigned this Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant