Skip to content

Commit

Permalink
Merge pull request #1618 from alexed1/QC_2.45
Browse files Browse the repository at this point in the history
Qc 2.45
  • Loading branch information
alexed1 authored Jan 11, 2025
2 parents 3949e81 + 8e820e1 commit f7d9320
Show file tree
Hide file tree
Showing 91 changed files with 524 additions and 90 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"include": [
"**/*",
"../../../../.sfdx/typings/lwc/**/*.d.ts"
"../../../../.sfdx/typings/lwc/**/*.d.ts",
"../../../../../../.sfdx/typings/lwc/**/*.d.ts"
],
"typeAcquisition": {
"include": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
],
"c/sortCollectionLine": [
"sortCollectionLine/sortCollectionLine.js"
],
"c/*": [
"*"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {},
"paths": {
"c/*": [
"*"
]
},
"experimentalDecorators": true
},
"include": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
],
"c/toastMessage": [
"toastMessage/toastMessage.js"
],
"c/*": [
"*"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"c/soqlQueryBuilder": [
"soqlQueryBuilder/soqlQueryBuilder.js"
],
"c/*": [
"*"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {}
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
Expand Down
Loading

0 comments on commit f7d9320

Please sign in to comment.