Skip to content

Commit

Permalink
feat(hilla): make tsconfig.json React compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Nov 28, 2022
1 parent 8633e41 commit 4195fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"flow_version": "23.3.0",
"compilerOptions": {
"sourceMap": true,
"jsx": "react-jsx",
"inlineSources": true,
"module": "esNext",
"target": "es2020",
Expand All @@ -29,8 +30,7 @@
}
},
"include": [
"frontend/**/*.ts",
"frontend/index.js",
"frontend/**/*",
"types.d.ts"
],
"exclude": []
Expand Down
1 change: 1 addition & 0 deletions flow-server/src/main/resources/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"sourceMap": true,
"jsx": "react-jsx",
"inlineSources": true,
"module": "esNext",
"target": "es2020",
Expand Down

0 comments on commit 4195fa9

Please sign in to comment.