forked from stryker-mutator/stryker-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.code-workspace
63 lines (63 loc) · 1.02 KB
/
workspace.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
{
"folders": [
{
"path": "packages/stryker"
},
{
"path": "packages/grunt-stryker"
},
{
"path": "packages/stryker-api"
},
{
"path": "packages/stryker-babel-transpiler"
},
{
"path": "packages/stryker-html-reporter"
},
{
"path": "packages/stryker-jasmine"
},
{
"path": "packages/stryker-jasmine-runner"
},
{
"path": "packages/stryker-javascript-mutator/"
},
{
"path": "packages/stryker-karma-runner"
},
{
"path": "packages/stryker-mocha-framework"
},
{
"path": "packages/stryker-mocha-runner"
},
{
"path": "packages/stryker-mutator-specification"
},
{
"path": "packages/stryker-typescript"
},
{
"path": "packages/stryker-webpack-transpiler"
},
{
"path": "integrationTest"
}
],
"settings": {
"typescript.tsdk": "..\\..\\node_modules\\typescript\\lib",
"files.exclude": {
".git": true,
".tscache": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.d.ts": true,
"**/*.map": {
"when": "$(basename)"
}
}
}
}