-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathtsconfig.json
More file actions
97 lines (97 loc) · 1.85 KB
/
Copy pathtsconfig.json
File metadata and controls
97 lines (97 loc) · 1.85 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
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
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"types": ["node", "vitest/globals"],
"allowJs": true,
"strict": true,
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"references": [
{
"path": "./packages-runtime/cva"
},
{
"path": "./packages-runtime/merge"
},
{
"path": "./packages-runtime/runtime"
},
{
"path": "./packages-runtime/theme-transition"
},
{
"path": "./packages-runtime/typography"
},
{
"path": "./packages-runtime/ui"
},
{
"path": "./packages-runtime/variants"
},
{
"path": "./packages/babel"
},
{
"path": "./packages/debug-uni-app-x"
},
{
"path": "./packages/experimental"
},
{
"path": "./packages/init"
},
{
"path": "./packages/logger"
},
{
"path": "./packages/postcss"
},
{
"path": "./packages/reset"
},
{
"path": "./packages/shared"
},
{
"path": "./packages/tailwindcss-config"
},
{
"path": "./packages/tailwindcss-core-plugins-extractor"
},
{
"path": "./packages/tailwindcss-injector"
},
{
"path": "./packages/test-helper"
},
{
"path": "./packages/weapp-style-injector"
},
{
"path": "./packages/weapp-tailwindcss"
},
{
"path": "./packages/weapp-tw"
},
{
"path": "./packages/weapptw"
},
{
"path": "./packages/wetw"
},
{
"path": "./tools/weapp-tailwindcss-scripts"
}
],
"files": []
}