Skip to content

Commit 3e8ac82

Browse files
authored
Merge pull request #2 from FDiskas/patch-3
Configure tsconfig.json for css modules plugin
2 parents cfe078e + ea6d675 commit 3e8ac82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

starters/apps/base/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"noEmit": true,
1919
"paths": {
2020
"~/*": ["./src/*"]
21-
}
21+
},
22+
"plugins": [{ "name": "typescript-plugin-css-modules" }],
2223
},
2324
"include": ["src", "./*.d.ts", "./*.config.ts"]
2425
}

0 commit comments

Comments
 (0)