diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 858997fa..6fbfe717 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,8 @@ }, "importSort": { ".js, .jsx, .ts, .tsx": { - "style": "module" + "style": "module", + "parser": "typescript" } }, "dependencies": { |
