Skip to content

Commit f8e9f34

Browse files
authored
use non strict mode when generating doc (#2143)
1 parent 0bc9069 commit f8e9f34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/docgen/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "../../config/tsconfig.base.json"
2+
"extends": "../../config/tsconfig.base.json",
3+
"compilerOptions": {
4+
"strict": false
5+
}
36
}

0 commit comments

Comments
 (0)