File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1818 "strict" : true ,
1919 "noUnusedLocals" : true ,
2020 "noUnusedParameters" : true ,
21- "noFallthroughCasesInSwitch" : true ,
21+ "noFallthroughCasesInSwitch" : true
2222 },
2323 "include" : [" src" ]
2424}
Original file line number Diff line number Diff line change 1616 "strict" : true ,
1717 "noUnusedLocals" : true ,
1818 "noUnusedParameters" : true ,
19- "noFallthroughCasesInSwitch" : true ,
19+ "noFallthroughCasesInSwitch" : true
2020 },
2121 "include" : [" vite.config.ts" ]
2222}
Original file line number Diff line number Diff line change 11{
2- "extends" : [
3- " //"
4- ],
2+ "extends" : [" //" ],
53 "tasks" : {
64 "build" : {
7- "outputs" : [
8- " **/dist/**"
9- ]
5+ "outputs" : [" **/dist/**" ]
106 },
117 "build:internal" : {
12- "dependsOn" : [
13- " ^build:internal"
14- ],
15- "outputs" : [
16- " **/dist/**"
17- ]
8+ "dependsOn" : [" ^build:internal" ],
9+ "outputs" : [" **/dist/**" ]
1810 },
1911 "dev:client" : {
2012 "cache" : false ,
You can’t perform that action at this time.
0 commit comments