aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-25 00:38:03 -0500
committerAjay Ramachandran <[email protected]>2020-02-25 00:38:03 -0500
commit008c9380b15dbfeeafb7261883161254fc6e20fe (patch)
treea4d2cb1c5f7eb2fe16e56384b0b0dc94b405e05c /tsconfig.json
parent716861da189d7084d01b6311e316a89ef7a19f2a (diff)
downloadSponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.tar.gz
SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.zip
Switched notice to react
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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