convert const function to function
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@lume/*": ["src/*"]
|
||||
"@lume/*": ["src/*"],
|
||||
"@app/*": ["src/app/*"],
|
||||
"@shared/*": ["src/shared/*"],
|
||||
"@icons/*": ["src/shared/icons/*"],
|
||||
"@stores/*": ["src/stores/*"],
|
||||
"@utils/*": ["src/utils/*"]
|
||||
},
|
||||
"types": ["vidstack/globals"],
|
||||
"target": "es2017",
|
||||
|
||||
Reference in New Issue
Block a user