[egjs__axes] Use wildcards for scope path mappings (#48180)

This commit is contained in:
Jack Bates 2020-09-25 10:48:12 -07:00 committed by GitHub
parent 61deea7250
commit f6def99160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@egjs/component": [
"egjs__component"
],
"@egjs/axes": [
"egjs__axes"
"@egjs/*": [
"egjs__*"
]
}
},