Skip to content

Commit e83b1fd

Browse files
committed
fix(client-documentation-generator): disable strict in tsconfig
1 parent a54aaf7 commit e83b1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client-documentation-generator/tsconfig.types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"strict": false,
34
"rootDir": "./src",
45
"declarationDir": "./dist/types",
56
"baseUrl": "."

0 commit comments

Comments
 (0)