diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4603d9d..57843ba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ] } }, diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..0db7dcb --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "module": "CommonJS", + "target": "ES6" + }, + "exclude": ["node_modules"] + } \ No newline at end of file