We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65cbd7 commit 6137f7bCopy full SHA for 6137f7b
1 file changed
tsconfig.json
@@ -25,6 +25,6 @@
25
"allowArbitraryExtensions": true,
26
"skipLibCheck": true
27
},
28
- "include": ["./lib", "./__tests__"],
+ "include": ["./lib", "./examples", "./__tests__"],
29
"exclude": ["./dist", "node_modules"]
30
}
0 commit comments