Skip to content

Commit

Permalink
improve root tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 6, 2024
1 parent 2f97b71 commit 94befca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": [
Expand All @@ -29,6 +28,7 @@
"jest.config.js"
],
"include": [
"src"
"packages/*/src",
"examples"
]
}

0 comments on commit 94befca

Please sign in to comment.