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

tsconfig.tsec.json « src - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2524df22d46260635dec180c25183d988182b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"noEmit": true,
		"plugins": [
			{
				"name": "tsec",
				"exemptionConfig": "./tsec.exemptions.json"
			}
		]
	},
	"exclude": [
		"*/test/*",
		"**/*.test.ts"
	]
}