mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
rename tsc config file for better intellisense
This commit is contained in:
16
src/tsconfig.tsec.json
Normal file
16
src/tsconfig.tsec.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "tsec",
|
||||
"exemptionConfig": "./tsec.exemptions.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"*/test/*",
|
||||
"**/*.test.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user