-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathruntyping.code-workspace
More file actions
68 lines (68 loc) · 1.4 KB
/
runtyping.code-workspace
File metadata and controls
68 lines (68 loc) · 1.4 KB
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
{
"extensions": {
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
]
},
"folders": [
{
"name": "✨ runtyping",
"path": "."
},
{
"name": "🐙 github",
"path": ".github"
},
{
"name": "🏗️ scaffold",
"path": "scaffold"
},
{
"name": "📦 @runtyping/generator",
"path": "packages/generator"
},
{
"name": "📦 @runtyping/io-ts",
"path": "packages/io-ts"
},
{
"name": "📦 @runtyping/runtypes",
"path": "packages/runtypes"
},
{
"name": "📦 @runtyping/test-type-writers",
"path": "packages/test-type-writers"
},
{
"name": "📦 @runtyping/valibot",
"path": "packages/valibot"
},
{
"name": "📦 @runtyping/yup",
"path": "packages/yup"
},
{
"name": "📦 @runtyping/zod",
"path": "packages/zod"
},
{
"name": "📦 @runtyping/zod-core",
"path": "packages/zod-core"
},
{
"name": "📦 @runtyping/zod-mini",
"path": "packages/zod-mini"
}
],
"settings": {
"prettier.prettierPath": "../../.yarn/sdks/prettier/index.cjs",
"search.exclude": {
"**/dist": true,
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "✨ runtyping/.yarn/sdks/typescript/lib"
}
}