Skip to content

Commit 531f351

Browse files
authored
Add comment to tsconfig.json
1 parent 7b7e8e4 commit 531f351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starters/apps/base/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"paths": {
2020
"~/*": ["./src/*"]
2121
},
22+
/* if you do not use CSS modules, remove this line and delete the typescript-plugin-css-modules module from package.json */
2223
"plugins": [{ "name": "typescript-plugin-css-modules" }]
2324
},
2425
"include": ["src", "./*.d.ts", "./*.config.ts"]

0 commit comments

Comments
 (0)