diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
commit | 008c9380b15dbfeeafb7261883161254fc6e20fe (patch) | |
tree | a4d2cb1c5f7eb2fe16e56384b0b0dc94b405e05c /tsconfig.json | |
parent | 716861da189d7084d01b6311e316a89ef7a19f2a (diff) | |
download | SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.tar.gz SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.zip |
Switched notice to react
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index cc0b77e6..873516c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "outDir": "dist/js", "noEmitOnError": true, "typeRoots": [ "node_modules/@types" ], - "resolveJsonModule": true + "resolveJsonModule": true, + "jsx": "react" } }
\ No newline at end of file |