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

Add support for tsconfig's extend #552

Open
fregante opened this issue May 11, 2019 · 0 comments · May be fixed by #899
Open

Add support for tsconfig's extend #552

fregante opened this issue May 11, 2019 · 0 comments · May be fixed by #899

Comments

@fregante
Copy link
Collaborator

fregante commented May 11, 2019

Example: https://github.com/bfred-it/doma/blob/master/tsconfig.json

{
	"extends": "@sindresorhus/tsconfig",
	"compilerOptions": {
		"outDir": ".",
		"target": "es2015",
		"declaration": true
	},
	"files": [
		"index.ts"
	]
}

@sindresorhus/tsconfig could link to https://github.com/sindresorhus/tsconfig

@fregante fregante changed the title Add support for tsconfig's extend Add support for tsconfig's extend May 11, 2019
@xt0rted xt0rted linked a pull request Apr 20, 2020 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants