feat: add new favorite photo trigger in flickr
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
d4ad8645c9
commit
651cceec14
@@ -11,7 +11,8 @@
|
||||
"paths": {
|
||||
"*": [
|
||||
"node_modules/*",
|
||||
"src/types/*"
|
||||
"src/types/*",
|
||||
"src/apps/*"
|
||||
]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
@@ -20,7 +21,7 @@
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
"./src/types",
|
||||
"./src/apps/*/types"
|
||||
"./src/apps"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
Reference in New Issue
Block a user