vscode-pull-request-github/tsconfig.json

12 строки
199 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "tsconfig.tsbuildinfo",
"strictNullChecks": true
},
"exclude": [
"node_modules",
"src/test",
"webviews"
]
}