diff options
author | Vitaly Takmazov | 2023-01-14 10:18:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-14 10:18:26 +0300 |
commit | 43cc6b7041fad8d99e4c4d4d4076c2a6e865f6d7 (patch) | |
tree | 6b5a80ceea8d6317c8672df007bf5768adaaa445 /jsconfig.json | |
parent | 116024102e93f2444f4f566bea83b5f3d98ccb25 (diff) |
vnext: cleanup minor warnings
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..341549d2 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "jsx": "react-jsx" + }, +} |