Add typescripted css modules

This commit is contained in:
Mona Mayrhofer 2025-12-23 17:00:29 +01:00
parent 06b78c2525
commit 0193c8fcb6
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 20 additions and 6 deletions

View file

@ -8,10 +8,16 @@
".react-router/types/**/*"
],
"compilerOptions": {
"plugins": [
{
"name": "typescript-plugin-css-modules",
"options": { "classnameTransform": "camelCase" }
}
],
"rootDirs": [".", "./.react-router/types"],
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
}
}
}