Skip to content
Snippets Groups Projects
Commit c8e16144cef2 authored by François Ferry's avatar François Ferry
Browse files

chore(tsconfig): move "jsx" flag from tsconfig.build.json to tsconfig.build.json

parent 8602bd0b2f91
No related branches found
No related tags found
1 merge request!18Topic/default/sprint
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"jsx": "react"
"outDir": "dist"
},
"include": ["./src"],
"exclude": ["**/__tests__"]
......
{
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment