chore: update dev env

This commit is contained in:
Bill Church 2024-08-13 23:30:06 +00:00
parent a0affca261
commit cc8b014af8
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -30,7 +30,8 @@
"rvest.vs-code-prettier-eslint",
"bierner.markdown-mermaid",
"stylelint.vscode-stylelint",
"vivaxy.vscode-conventional-commits"
"vivaxy.vscode-conventional-commits",
"oderwat.indent-rainbow"
]
}
},

7
jsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
},
"exclude": ["node_modules"]
}