make css modules build without errors

This commit is contained in:
Mona Mayrhofer 2025-12-26 13:54:09 +01:00
parent 0193c8fcb6
commit 875f2f2d46
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
3 changed files with 17 additions and 2 deletions

View file

@ -8,7 +8,9 @@ export default defineConfig({
plugins: [
checker({
biome: { command: "check", dev: { command: "lint" } },
typescript: true,
typescript: {
tsconfigPath: "./tsconfig.cssmodulehack.json",
},
stylelint: { lintCommand: "stylelint ./app/**/*.css" },
}),
reactRouter(),