Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder builds a jsconfig.json file that, currently, is used only to assist intellinsense in editors.
func (*Builder) AddSourceRoot ¶
AddSourceRoot adds a new source root. This method is thread safe.
type CompilerOptions ¶
type CompilerOptions struct { BaseURL string `json:"baseUrl"` Paths map[string][]string `json:"paths"` }
CompilerOptions holds compilerOptions for jsonconfig.json.
type Config ¶
type Config struct {
CompilerOptions CompilerOptions `json:"compilerOptions"`
}
Config holds the data for jsconfig.json.
Click to show internal directories.
Click to hide internal directories.