This repository has been archived on 2024-09-09 . You can view files and clone it, but cannot push or open issues or pull requests.
3339853c26
17 lines
224 B
JSON
17 lines
224 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"noEmit": true,
|
|||
"plugins": [
|
|||
{
|
|||
"name": "tsec",
|
|||
"exemptionConfig": "./tsec.exemptions.json"
|
|||
}
|
|||
]
|
|||
},
|
|||
"exclude": [
|
|||
"*/test/*",
|
|||
"**/*.test.ts"
|
|||
]
|
|||
}
|