-
Notifications
You must be signed in to change notification settings - Fork 0
/
.plzconfig
72 lines (57 loc) · 1.29 KB
/
.plzconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[please]
version = 16.20.2
[Plugin "js"]
packagejson =
tsconfig =
tsc =
[PluginDefinition]
Name = js
[PluginConfig "package_json"]
ConfigKey = PackageJson
Inherit = true
DefaultValue = @//third_party/js:package_json
[PluginConfig "tsconfig"]
ConfigKey = TSConfig
Inherit = true
[PluginConfig "tsc"]
ConfigKey = Tsc
Inherit = true
[PluginConfig "jest"]
ConfigKey = Jest
Optional = true
Inherit = true
[PluginConfig "jest_types"]
ConfigKey = JestTypes
Optional = true
Inherit = true
[PluginConfig "jest_config"]
ConfigKey = JestConfig
Optional = true
Inherit = true
[PluginConfig "jest_module_mappers"]
ConfigKey = JestModuleMappers
Optional = true
Inherit = true
Repeatable = true
[PluginConfig "esbuild_library"]
ConfigKey = ESBuildLibrary
Optional = true
Inherit = true
[PluginConfig "esbuild_plugins"]
ConfigKey = ESBuildPlugins
Optional = true
Inherit = true
Repeatable = true
; Plugin tools
[PluginConfig "tsconfig_transformer"]
ConfigKey = TSConfigTransformer
DefaultValue = //tools:tsconfig_transformer
[PluginConfig "jest_config_transformer"]
ConfigKey = JestConfigTransformer
DefaultValue = //tools:jest_config_transformer
[PluginConfig "esbuild_bundler"]
ConfigKey = ESBuildBundler
DefaultValue = //tools:esbuild_bundler
[PluginConfig "arcat"]
ConfigKey = Arcat
DefaultValue = //tools:arcat