Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Jun 27, 2023
1 parent 27a9edd commit a5d8bd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/react-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"outDir": "build/dist",
"module": "esnext",
"target": "es6",
"lib": ["es6", "dom", "ES2021"],
"lib": [
"es6",
"dom",
"ES2021"
],
"sourceMap": true,
"allowJs": true,
"jsx": "react-jsx",
Expand All @@ -27,7 +31,6 @@
"noEmit": true,
"sourceRoot": "/",
"inlineSources": true,
"ignoreDeprecations": "5.0"
},
"exclude": [
"node_modules",
Expand All @@ -41,4 +44,4 @@
"include": [
"src"
]
}
}

0 comments on commit a5d8bd6

Please sign in to comment.