Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 29, 2024
1 parent 4f82dc4 commit dac2f0f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tsconfig.check.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
"compilerOptions": {
"jsx": "preserve",
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"@marigold/*": ["./packages/*/src", "./themes/*/src"],
"@/*": ["./docs/*"],
"contentlayer/generated": ["./docs/.contentlayer/generated"],
"@/registry/*": ["./docs/.registry/*"],
"contentlayer/generated": ["./docs/.contentlayer/generated"]
"@marigold/*": ["./packages/*/src", "./themes/*/src"],
"@/*": ["./docs/*"]
}
},
"exclude": ["coverage/*", "jest.config.js", "**/node_modules/*"]
Expand Down

0 comments on commit dac2f0f

Please sign in to comment.