summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/tsconfig.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-12-07 13:03:15 -0300
committerSebastian <sebasjm@gmail.com>2022-12-07 16:08:18 -0300
commit59fae3cc210513dac8c582654fa470ce360befc8 (patch)
treecc083115f6a574ec67727c8baa0881864cb628a1 /packages/demobank-ui/tsconfig.json
parentfff43ad0ede5725271ef99c68e3c9358cd68c501 (diff)
downloadwallet-core-59fae3cc210513dac8c582654fa470ce360befc8.tar.gz
wallet-core-59fae3cc210513dac8c582654fa470ce360befc8.tar.bz2
wallet-core-59fae3cc210513dac8c582654fa470ce360befc8.zip
fix jsx config
Diffstat (limited to 'packages/demobank-ui/tsconfig.json')
-rw-r--r--packages/demobank-ui/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/demobank-ui/tsconfig.json b/packages/demobank-ui/tsconfig.json
index 61be44bf1..daa274983 100644
--- a/packages/demobank-ui/tsconfig.json
+++ b/packages/demobank-ui/tsconfig.json
@@ -9,8 +9,7 @@
],
"allowJs": true /* Allow javascript files to be compiled. */,
// "checkJs": true, /* Report errors in .js files. */
- "jsx": "react-jsx" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
- "jsxImportSource": "preact",
+ "jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"noEmit": true /* Do not emit outputs. */,