Skip to content

Commit a54aaf7

Browse files
committed
fix(core-packages-documentation-generator): disable strict in tsconfig
1 parent c1f29a9 commit a54aaf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core-packages-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)