aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0095b8d7d..af0597e0e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es6",
"jsx": "react",
- "reactNamespace": "preact",
+ "reactNamespace": "React",
"experimentalDecorators": true,
"module": "system",
"sourceMap": true,