OctoLinker/OctoLinker

Add support for tsconfig's extend

Open

#552 ouverte le 11 mai 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (5 212 stars) (325 forks)batch import
featurehelp wanted

Description

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

Guide contributeur