Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sainingo committed Jul 1, 2024
1 parent 8a1307a commit a543885
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/esm-report-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["src/**/*.test.tsx"]
"compilerOptions": {
"jsx": "react",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.tsx"
]
}

0 comments on commit a543885

Please sign in to comment.