From cc8b014af8078514d849f6c61ac77a0bd5f029f1 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 13 Aug 2024 23:30:06 +0000 Subject: [PATCH] chore: update dev env --- .devcontainer/devcontainer.json | 3 ++- jsconfig.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 jsconfig.json 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