Skip to content

Commit 4eaa3e5

Browse files
committed
fix(tsconfig): enabled experimentalDecorators in *.types.json
1 parent 840b94e commit 4eaa3e5

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)