Revert change in jsconfig.json

This commit is contained in:
Jimmy Cai 2021-07-23 11:17:48 +02:00 committed by GitHub
parent 9b9ca2d788
commit 683f1b4807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"*": [ "*": [
"*" "*"
] ]
} },
} }
} }