Add typescripted css modules
This commit is contained in:
parent
06b78c2525
commit
0193c8fcb6
5 changed files with 20 additions and 6 deletions
|
|
@ -8,10 +8,16 @@
|
|||
".react-router/types/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-plugin-css-modules",
|
||||
"options": { "classnameTransform": "camelCase" }
|
||||
}
|
||||
],
|
||||
"rootDirs": [".", "./.react-router/types"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"]
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue