[cyberblast__webserver] Use wildcards for scope path mappings (#48151)

This commit is contained in:
Jack Bates 2020-09-24 13:45:26 -07:00 committed by GitHub
parent b5211cca7b
commit bbe6764e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,7 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@cyberblast/webserver": ["cyberblast__webserver"],
"@cyberblast/logger": ["cyberblast__logger"]
"@cyberblast/*": ["cyberblast__*"]
}
},
"files": [