๐Ÿ“ฆ microsoft / vscode

๐Ÿ“„ tsconfig.tsec.json ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"noEmit": true,
		"skipLibCheck": true,
		"plugins": [
			{
				"name": "tsec",
				"exemptionConfig": "./tsec.exemptions.json"
			}
		]
	},
	"exclude": [
		"./vs/workbench/contrib/webview/browser/pre/service-worker.js",
		"*/test/*",
		"**/*.test.ts"
	]
}