diff options
author | Vitaly Takmazov | 2022-10-27 21:01:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 2146a98bd98b7e275a0ee7bc7a243981b597f34c (patch) | |
tree | 4e326986b5d0379c8c8569780973f60a5a1bc62b /vnext/jsconfig.json | |
parent | 30a86db0dcd00583f76c333127028c314d98b4fc (diff) |
Switch from `babel-eslint` to `@babel/eslint-parser`
Diffstat (limited to 'vnext/jsconfig.json')
-rw-r--r-- | vnext/jsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vnext/jsconfig.json b/vnext/jsconfig.json new file mode 100644 index 00000000..341549d2 --- /dev/null +++ b/vnext/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "jsx": "react-jsx" + }, +} |