Skip to content

Commit

Permalink
typescript for css config (#261)
Browse files Browse the repository at this point in the history
* typescript for css config

* fix: EOF

* remove declare module.scss

* fixed some issues but, have no fatal issues yet

* solved the div erros

---------

Co-authored-by: Luigi Nicoletti <[email protected]>
  • Loading branch information
Luiginicoletti and Luigi Nicoletti authored Dec 11, 2023
1 parent 3190a22 commit ab6c213
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.3.2",
"typescript-plugin-css-modules": "^5.0.2",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-native": "^0.2.0",
"vitest": "^0.34.6",
Expand Down
Loading

0 comments on commit ab6c213

Please sign in to comment.