Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Saotome committed Feb 12, 2021
1 parent c6b1820 commit a99f401
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added force-app/.DS_Store
Binary file not shown.
Binary file added force-app/main/.DS_Store
Binary file not shown.
Binary file added force-app/main/default/.DS_Store
Binary file not shown.
Binary file added force-app/main/default/aura/.DS_Store
Binary file not shown.
Binary file added force-app/main/default/lwc/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions force-app/main/default/lwc/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"experimentalDecorators": true
},
"include": [
"**/*",
"../../../../.sfdx/typings/lwc/**/*.d.ts"
],
"paths": {
"c/*": [
"*"
]
},
"typeAcquisition": {
"include": [
"jest"
]
}
}
Binary file added force-app/main/default/objects/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a99f401

Please sign in to comment.