rename tsc config file for better intellisense

This commit is contained in:
Johannes Rieken
2021-01-08 12:10:51 +01:00
parent ec4c9f4c8f
commit 6d2e0aa21d
2 changed files with 6 additions and 2 deletions

16
src/tsconfig.tsec.json Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"plugins": [
{
"name": "tsec",
"exemptionConfig": "./tsec.exemptions.json"
}
]
},
"exclude": [
"*/test/*",
"**/*.test.ts"
]
}