File tree 2 files changed +9
-27
lines changed
packages/@tailwindcss-upgrade
2 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
- "allowSyntheticDefaultImports" :true
5
- }
4
+ "allowSyntheticDefaultImports" : true ,
5
+ },
6
6
}
Original file line number Diff line number Diff line change 3
3
"ui" : " tui" ,
4
4
"tasks" : {
5
5
"@tailwindcss/oxide#build" : {
6
- "dependsOn" : [
7
- " ^build"
8
- ],
9
- "outputs" : [
10
- " ./index.d.ts" ,
11
- " ./index.js" ,
12
- " ./*.node"
13
- ],
6
+ "dependsOn" : [" ^build" ],
7
+ "outputs" : [" ./index.d.ts" , " ./index.js" , " ./*.node" ],
14
8
"inputs" : [
15
9
" ./src/**/*" ,
16
10
" ./build.rs" ,
23
17
]
24
18
},
25
19
"@tailwindcss/oxide#dev" : {
26
- "dependsOn" : [
27
- " ^dev"
28
- ],
29
- "outputs" : [
30
- " ./index.d.ts" ,
31
- " ./index.js" ,
32
- " ./*.node"
33
- ],
20
+ "dependsOn" : [" ^dev" ],
21
+ "outputs" : [" ./index.d.ts" , " ./index.js" , " ./*.node" ],
34
22
"inputs" : [
35
23
" ./src/**/*" ,
36
24
" ./build.rs" ,
45
33
"persistent" : true
46
34
},
47
35
"build" : {
48
- "dependsOn" : [
49
- " ^build"
50
- ],
51
- "outputs" : [
52
- " dist/**"
53
- ]
36
+ "dependsOn" : [" ^build" ],
37
+ "outputs" : [" dist/**" ]
54
38
},
55
39
"lint" : {},
56
40
"dev" : {
60
44
},
61
45
// If rustup is installed outside of the default ~/.rustup directory, we need
62
46
// to pass the path through to the individual rust tasks.
63
- "globalPassThroughEnv" : [
64
- " RUSTUP_HOME"
65
- ]
47
+ "globalPassThroughEnv" : [" RUSTUP_HOME" ]
66
48
}
You can’t perform that action at this time.
0 commit comments