Add typescripted css modules
This commit is contained in:
parent
06b78c2525
commit
0193c8fcb6
5 changed files with 20 additions and 6 deletions
|
|
@ -14,6 +14,11 @@ export default defineConfig({
|
|||
reactRouter(),
|
||||
tsconfigPaths(),
|
||||
],
|
||||
css: {
|
||||
modules: {
|
||||
localsConvention: "camelCaseOnly",
|
||||
},
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
deny: [".devenv/", ".direnv/"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue