Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-1 committed Jan 20, 2024
1 parent cd1d20d commit c82510b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/cubism-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
}
"types": ["buncho/env"],
},
}
4 changes: 2 additions & 2 deletions packages/cubism/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
"types": ["buncho/env"],
},

"references": [{ "path": "../cubism-core" }]
"references": [{ "path": "../cubism-core" }],
}
4 changes: 2 additions & 2 deletions packages/pixi-cubism/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
"types": ["buncho/env"],
},

"references": [{ "path": "../cubism" }]
"references": [{ "path": "../cubism" }],
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@neetly/tsconfig",

"references": []
"references": [],
}
4 changes: 2 additions & 2 deletions websites/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
}
"types": ["buncho/env"],
},
}

0 comments on commit c82510b

Please sign in to comment.