tshy
GitHub
isaacs projects
Preparing search index...
types
TshyConfigMaybeGlobExports
Type Alias TshyConfigMaybeGlobExports
type
TshyConfigMaybeGlobExports
=
{
commonjsDialects
?:
string
[]
;
dialects
?:
Dialect
[]
;
esmDialects
?:
string
[]
;
exclude
?:
string
[]
;
exports
?:
string
|
string
[]
|
Record
<
string
,
TshyExport
>
;
liveDev
?:
boolean
;
main
?:
boolean
;
module
?:
boolean
;
project
?:
string
;
selfLink
?:
boolean
;
sourceDialects
?:
string
[]
;
}
Index
Properties
commonjs
Dialects?
dialects?
esm
Dialects?
exclude?
exports?
live
Dev?
main?
module?
project?
self
Link?
source
Dialects?
Properties
Optional
commonjs
Dialects
commonjsDialects
?:
string
[]
Optional
dialects
dialects
?:
Dialect
[]
Optional
esm
Dialects
esmDialects
?:
string
[]
Optional
exclude
exclude
?:
string
[]
Optional
exports
exports
?:
string
|
string
[]
|
Record
<
string
,
TshyExport
>
Optional
live
Dev
liveDev
?:
boolean
Optional
main
main
?:
boolean
Optional
module
module
?:
boolean
Optional
project
project
?:
string
Optional
self
Link
selfLink
?:
boolean
Optional
source
Dialects
sourceDialects
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commonjs
Dialects
dialects
esm
Dialects
exclude
exports
live
Dev
main
module
project
self
Link
source
Dialects
GitHub
isaacs projects
tshy
Loading...