Fix bun run build

This commit is contained in:
Mona Mayrhofer 2025-12-26 14:12:06 +01:00
parent b4f7769375
commit 7462e56d74
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
5 changed files with 7 additions and 6 deletions

View file

@ -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"
}
}
],