forked from suryatmodulus/harness-core-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.swcrc
56 lines (56 loc) · 1.76 KB
/
.swcrc
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
{
"jsc": {
"baseUrl": "./src",
"target": "es2018",
"externalHelpers": true,
"parser": {
"syntax": "typescript",
"tsx": true,
"decorators": false,
"dynamicImport": true
},
"transform": {
"react": {
"runtime": "classic",
"throwIfNamespace": true
}
},
"paths": {
"@common/*": ["modules/10-common/*"],
"@notifications/*": ["modules/15-notifications/*"],
"@audit-trail/*": ["modules/18-audit-trail/*"],
"@rbac/*": ["modules/20-rbac/*"],
"@governance/*": ["modules/25-governance/*"],
"@sto/*": ["modules/27-sto/*"],
"@et/*": ["modules/28-et/*"],
"@auth-settings/*": ["modules/33-auth-settings/*"],
"@secrets/*": ["modules/30-secrets/*"],
"@variables/*": ["modules/31-variables/*"],
"@connectors/*": ["modules/35-connectors/*"],
"@user-profile/*": ["modules/35-user-profile/*"],
"@projects-orgs/*": ["modules/45-projects-orgs/*"],
"@delegates/*": ["modules/30-delegates/*"],
"@dashboards/*": ["modules/45-dashboards/*"],
"@gitsync/*": ["modules/40-gitsync/*"],
"@resource-center/*": ["modules/22-resource-center/*"],
"@pipeline/*": ["modules/70-pipeline/*"],
"@templates-library/*": ["modules/72-templates-library/*"],
"@triggers/*": ["modules/72-triggers/*"],
"@cd/*": ["modules/75-cd/*"],
"@cf/*": ["modules/75-cf/*"],
"@ci/*": ["modules/75-ci/*"],
"@cv/*": ["modules/85-cv/*"],
"@ce/*": ["modules/75-ce/*"],
"@gitops/*": ["modules/90-gitops/*"],
"@wings-software/*": ["../node_modules/@harness/*"]
}
},
"module": {
"type": "es6",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false,
"ignoreDynamic": true
}
}