Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
chininchu committed Oct 3, 2024
1 parent bd2f1fb commit 31ec88c
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions dlrs/main/lwc/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
"compilerOptions": {
"experimentalDecorators": true
},
"include": ["**/*", "../../../.sfdx/typings/lwc/**/*.d.ts"],
"paths": {
"c/*": ["*"]
},
"typeAcquisition": {
"include": ["jest"]
}
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
"../../../.sfdx/typings/lwc/**/*.d.ts"
],
"typeAcquisition": {
"include": [
"jest"
]
}
}

0 comments on commit 31ec88c

Please sign in to comment.