diff --git a/.vscode/settings.json b/.vscode/settings.json index 07d643c6..af3cc208 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,7 @@ { + "files.associations": { + ".eslintrc.json.typings": "jsonc" + }, "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.quoteStyle": "single", "mochaExplorer.envPath": ".mocha.env",