css-modules: add typechecking for css module classes

This commit is contained in:
Johannes Kirschbauer
2025-08-19 10:20:50 +02:00
parent 0a1a63dfdd
commit e174e8e029
6 changed files with 1059 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"plugins": [{ "name": "typescript-plugin-css-modules" }],
"strict": true,
"target": "ESNext",
"module": "ESNext",