Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/tsconfig.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"composite": false,
"declarationMap": false
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
},
"include": ["**/examples/**/*.tsx", "**/demos/examples/**/*.tsx"],
"exclude": ["**/**.test.tsx", "**/**.test.ts", "**/__mocks__/**"]
}
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"files": [],
"references": [{ "path": "./packages/tsconfig.json" }, { "path": "./packages/tsconfig.examples.json" }]
}
Loading