aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-10-29 20:27:48 +0200
committerGitHub <noreply@github.com>2022-10-29 20:27:48 +0200
commit93859883c12cbc39e0142840b633fc288e9ecc75 (patch)
treec18ea313c410f53ae53488b4e27a71af105d902e /tsconfig.json
parent37105ac416545f1b26f885c3c6c7b98bdce9e2a6 (diff)
downloadVencord-93859883c12cbc39e0142840b633fc288e9ecc75.tar.gz
Vencord-93859883c12cbc39e0142840b633fc288e9ecc75.tar.bz2
Vencord-93859883c12cbc39e0142840b633fc288e9ecc75.zip
build: inject createElement alias (#176)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5269748..aa12532 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,11 +14,7 @@
"strict": true,
"noImplicitAny": false,
"target": "ESNEXT",
- // https://esbuild.github.io/api/#jsx-factory
- // these short window aliases make the bundle ~10% smaller
- "jsxFactory": "_Ve$",
- "jsxFragmentFactory": "_VF$",
- "jsx": "react"
+ "jsx": "preserve"
},
"include": ["src/**/*"]
}