Skip to content

Commit

Permalink
Added base project
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpieritz authored Jun 1, 2023
1 parent 5ecb25e commit 16b83d9
Show file tree
Hide file tree
Showing 13 changed files with 11,890 additions and 0 deletions.
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
19 changes: 19 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
Loading

0 comments on commit 16b83d9

Please sign in to comment.