File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "folders" : [
3
+ {
4
+ "path" : " ."
5
+ },
6
+ {
7
+ "name" : " core" ,
8
+ "path" : " packages/core"
9
+ },
10
+ {
11
+ "name" : " browser" ,
12
+ "path" : " packages/browser"
13
+ },
14
+ {
15
+ "name" : " angularjs" ,
16
+ "path" : " packages/angularjs"
17
+ },
18
+ {
19
+ "name" : " node" ,
20
+ "path" : " packages/node"
21
+ },
22
+ {
23
+ "name" : " react" ,
24
+ "path" : " packages/react"
25
+ },
26
+ {
27
+ "name" : " vue" ,
28
+ "path" : " packages/vue"
29
+ },
30
+ {
31
+ "name" : " svelte-kit" ,
32
+ "path" : " example/svelte-kit"
33
+ },
34
+ {
35
+ "name" : " vue" ,
36
+ "path" : " example/vue"
37
+ },
38
+ {
39
+ "name" : " react" ,
40
+ "path" : " example/react"
41
+ },
42
+ {
43
+ "name" : " express" ,
44
+ "path" : " example/express"
45
+ },
46
+ {
47
+ "name" : " browser" ,
48
+ "path" : " example/browser"
49
+ }
50
+ ],
51
+ "settings" : {
52
+ "typescript.tsdk" : " ./node_modules/typescript/lib" ,
53
+ "jest.disabledWorkspaceFolders" : [
54
+ " angularjs" ,
55
+ " vue" ,
56
+ " svelte-kit" ,
57
+ " vue" ,
58
+ " react" ,
59
+ " express" ,
60
+ " browser"
61
+ ]
62
+ }
63
+ }
You can’t perform that action at this time.
0 commit comments