-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutils.code-workspace
116 lines (116 loc) · 2.03 KB
/
utils.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"folders": [
{
"name": "✨ root",
"path": "."
},
{
"name": "📦 @geeeger/alert",
"path": "packages\\alert"
},
{
"name": "📦 @geeeger/body-lock",
"path": "packages\\body-lock"
},
{
"name": "📦 @geeeger/bridge",
"path": "packages\\bridge"
},
{
"name": "📦 @geeeger/callback-provider",
"path": "packages\\callback-provider"
},
{
"name": "📦 @geeeger/confirm",
"path": "packages\\confirm"
},
{
"name": "📦 @geeeger/context",
"path": "packages\\context"
},
{
"name": "📦 @geeeger/cookie",
"path": "packages\\cookie"
},
{
"name": "📦 @geeeger/data",
"path": "packages\\data"
},
{
"name": "📦 @geeeger/face-coverter",
"path": "packages\\face-coverter"
},
{
"name": "📦 @geeeger/is",
"path": "packages\\is"
},
{
"name": "📦 @geeeger/is-http-url",
"path": "packages\\is-http-url"
},
{
"name": "📦 @geeeger/lang",
"path": "packages\\lang"
},
{
"name": "📦 @geeeger/lazyload",
"path": "packages\\lazyload"
},
{
"name": "📦 @geeeger/lock",
"path": "packages\\lock"
},
{
"name": "📦 @geeeger/log",
"path": "packages\\log"
},
{
"name": "📦 @geeeger/lucky",
"path": "packages\\lucky"
},
{
"name": "📦 @geeeger/multisort",
"path": "packages\\multisort"
},
{
"name": "📦 @geeeger/nesting",
"path": "packages\\nesting"
},
{
"name": "📦 @geeeger/observer",
"path": "packages\\observer"
},
{
"name": "📦 @geeeger/os",
"path": "packages\\os"
},
{
"name": "📦 @geeeger/page-visibility",
"path": "packages\\page-visibility"
},
{
"name": "📦 @geeeger/random-id",
"path": "packages\\random-id"
},
{
"name": "📦 @geeeger/safe-link",
"path": "packages\\safe-link"
},
{
"name": "📦 @geeeger/script-loader",
"path": "packages\\script-loader"
},
{
"name": "📦 @geeeger/storage",
"path": "packages\\storage"
},
{
"name": "📦 @geeeger/structure",
"path": "packages\\structure"
}
],
"settings": {
"json.format.enable": true,
"typescript.tsdk": "node_modules\\typescript\\lib"
}
}