Skip to content

Commit b54b445

Browse files
trivikrTrivikram Kamat
authored andcommitted
fix(tsconfig): enabled experimentalDecorators in *.types.json
1 parent 86c9cb7 commit b54b445

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"declarationDir": "dist/types",
5+
"experimentalDecorators": true,
56
"rootDir": "src",
67
"strict": false
78
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"declarationDir": "dist/types",
5+
"experimentalDecorators": true,
56
"rootDir": "src",
67
"strict": false
78
},

0 commit comments

Comments
 (0)