Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rieken <johannes.rieken@gmail.com>2021-02-22 11:50:47 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2021-02-22 11:50:47 +0300
commit7d286c50c7a74ef8aa76f375691df1366b97208c (patch)
tree4ba02f905e2b49892430727b0d01b8e53ffa74ed /src/tsconfig.json
parentf40b36524e0e45fc5ea18236d9c134293eebb5ed (diff)
enable tsec tsserver plugin
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 5e81e53802a..2f1c74627b8 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -13,6 +13,12 @@
"sinon",
"winreg",
"trusted-types"
+ ],
+ "plugins": [
+ {
+ "name": "tsec",
+ "exemptionConfig": "./tsec.exemptions.json"
+ }
]
},
"include": [