diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 283a43f..6866dec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,12 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "preserve" + "jsx": "preserve", + "plugins": [ + { + "name": "typescript-plugin-css-modules" + } + ] }, "include": [ "src" |