make css modules build without errors
This commit is contained in:
parent
0193c8fcb6
commit
875f2f2d46
3 changed files with 17 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue