We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899b65c commit 8cdb595Copy full SHA for 8cdb595
1 file changed
tsconfig.build.json
@@ -1,9 +1,9 @@
1
{
2
"extends": "./tsconfig.json",
3
"exclude": [
4
- "./lib/content/**",
5
"./test/**",
6
- "./scripts/**"
+ "./scripts/**",
+ "./lib/content/**"
7
],
8
"compilerOptions": {
9
"declaration": true
0 commit comments