diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fixtures/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fixtures/tsconfig.json b/src/test/fixtures/tsconfig.json index b3105de67..04a8d8eb9 100644 --- a/src/test/fixtures/tsconfig.json +++ b/src/test/fixtures/tsconfig.json @@ -4,6 +4,6 @@ "paths": { "components/*": ["components/*"] }, - "jsx": "preserve" + "jsx": "preserve", } } |