Skip to content

Commit

Permalink
test test test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 29, 2024
1 parent 488c967 commit 2ee88c5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tsconfig.check.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"extends": "@marigold/tsconfig/react",
"compilerOptions": {
"jsx": "preserve",
"strict": false,
"baseUrl": ".",
"paths": {
"@marigold/*": ["./packages/*/src", "./themes/*/src"],
Expand All @@ -14,11 +15,5 @@
"contentlayer/generated": ["docs/.contentlayer/generated"]
}
},
"exclude": [
"coverage/*",
"jest.config.js",
"**/node_modules/*",
"**/dist/**/*",
"**/scripts/template/*"
]
"exclude": ["coverage/*", "jest.config.js", "**/node_modules/*"]
}

0 comments on commit 2ee88c5

Please sign in to comment.