Skip to content

Commit

Permalink
Fix babel/tsconfig issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 11, 2024
1 parent b21a8ec commit 90ff1c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"include": ["./src/*", "./jest-setup.ts"],
"compilerOptions": {
"jsx": "react"
}
}
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"jsx": "react",
"noEmit": true,
"isolatedModules": true
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
"include": ["./app/src/*", "./app/jest-setup.ts"]
}
}

0 comments on commit 90ff1c1

Please sign in to comment.