Fix bun run build
This commit is contained in:
parent
b4f7769375
commit
7462e56d74
5 changed files with 7 additions and 6 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"files": [],
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"include": [
|
||||
"**/*",
|
||||
"app/**/*",
|
||||
"*.ts",
|
||||
"**/.server/**/*",
|
||||
"**/.client/**/*",
|
||||
".react-router/types/**/*"
|
||||
|
|
@ -12,7 +13,7 @@
|
|||
{
|
||||
"name": "typescript-plugin-css-modules",
|
||||
"options": {
|
||||
"classnameTransform": "camelCaseOnly",
|
||||
"classnameTransform": "camelCaseOnly"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue