Skip to content

Commit

Permalink
adjusted template and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmoritzschoefl committed Oct 4, 2023
1 parent 7217653 commit db39c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"esModuleInterop": false,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"preserveWatchOutput": true
"preserveWatchOutput": true,
"plugins": [{ "name": "typescript-plugin-css-modules" }],
},
"ts-node": {
"compilerOptions": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"ts-node": "^10.9.1",
"tslib": "~2.6.2",
"typescript": "~5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"url-loader": "~4.1.1",
"util": "^0.12.5",
"webpack": "^5.76.2",
Expand Down

0 comments on commit db39c39

Please sign in to comment.