Skip to content

Commit f7d9320

Browse files
authored
Merge pull request #1618 from alexed1/QC_2.45
Qc 2.45
2 parents 3949e81 + 8e820e1 commit f7d9320

File tree

91 files changed

+524
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+524
-90
lines changed

flow_action_components/ApprovalProcessActions/force-app/main/default/lwc/jsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": ".",
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
410
},
511
"include": [
612
"**/*",

flow_action_components/AutolaunchFlow/force-app/main/default/lwc/jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"compilerOptions": {
33
"experimentalDecorators": true,
44
"baseUrl": ".",
5-
"paths": {}
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
610
},
711
"include": [
812
"**/*",

flow_action_components/Base64ToFileConverter/force-app/main/default/lwc/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"include": [
1212
"**/*",
13-
"../../../../.sfdx/typings/lwc/**/*.d.ts"
13+
"../../../../.sfdx/typings/lwc/**/*.d.ts",
14+
"../../../../../../.sfdx/typings/lwc/**/*.d.ts"
1415
],
1516
"typeAcquisition": {
1617
"include": [

flow_action_components/CacheActions/force-app/main/default/lwc/jsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": ".",
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
410
},
511
"include": [
612
"**/*",

flow_action_components/CheckValidation/force-app/main/default/lwc/jsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": ".",
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
410
},
511
"include": [
612
"**/*",

flow_action_components/CollectionProcessors/force-app/main/default/lwc/jsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
],
99
"c/sortCollectionLine": [
1010
"sortCollectionLine/sortCollectionLine.js"
11+
],
12+
"c/*": [
13+
"*"
1114
]
1215
}
1316
},

flow_action_components/CommitTransaction/force-app/main/default/lwc/jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"compilerOptions": {
33
"experimentalDecorators": true,
44
"baseUrl": ".",
5-
"paths": {}
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
610
},
711
"include": [
812
"**/*",

flow_action_components/ConvertCSVandStringCollection/force-app/main/default/lwc/jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"compilerOptions": {
33
"experimentalDecorators": true,
44
"baseUrl": ".",
5-
"paths": {}
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
610
},
711
"include": [
812
"**/*",

flow_action_components/DateMatcher/force-app/main/default/lwc/jsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": ".",
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
410
},
511
"include": [
612
"**/*",

flow_action_components/DynamicFlowPackage/force-app/main/default/lwc/jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"compilerOptions": {
33
"experimentalDecorators": true,
44
"baseUrl": ".",
5-
"paths": {}
5+
"paths": {
6+
"c/*": [
7+
"*"
8+
]
9+
}
610
},
711
"include": [
812
"**/*",

0 commit comments

Comments
 (0)