type github.com/evanw/esbuild/internal/resolver.TSConfigJSON

8 uses

	github.com/evanw/esbuild/internal/resolver (current package)
		resolver.go#L646: 	tsConfigJSON   *TSConfigJSON // Is there a "tsconfig.json" file in this directory or a parent directory?
		resolver.go#L676: func (r *resolver) parseTSConfig(file string, visited map[string]bool) (*TSConfigJSON, error) {
		resolver.go#L696: 	result := ParseTSConfigJSON(r.log, source, &r.caches.JSONCache, func(extends string, extendsRange logger.Range) *TSConfigJSON {
		resolver.go#L1270: func (r *resolver) matchTSConfigPaths(tsConfigJSON *TSConfigJSON, path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
		tsconfig_json.go#L14: type TSConfigJSON struct {
		tsconfig_json.go#L43: 	extends func(string, logger.Range) *TSConfigJSON,
		tsconfig_json.go#L44: ) *TSConfigJSON {
		tsconfig_json.go#L61: 	var result TSConfigJSON