Skip to content

Commit 976a522

Browse files
committed
Fix tsconfig.json
1 parent 96a7f1d commit 976a522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"noUncheckedIndexedAccess": true,
1616
"noUnusedParameters": true
1717
},
18-
"include": ["src/**/*", "examples/*"]
18+
"include": ["src/**/*"]
1919
}

0 commit comments

Comments
 (0)