diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000000..53bb90ac3ae --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,23 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=759670 + // for the documentation about the jsconfig.json format + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "allowSyntheticDefaultImports": true + }, + "exclude": [ + "src", + "extensions", + "test", + "i18n", + "out", + "out-build", + "out-vscode", + "out-vscode-min", + "resources", + "scripts", + ".build", + "node_modules" + ] +}