Skip to content

Commit 42ac85e

Browse files
committed
build(ts): enable emitDecoratorMetadata
1 parent b2c203d commit 42ac85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"skipLibCheck": true,
1414
"experimentalDecorators": true,
1515
"forceConsistentCasingInFileNames": true,
16+
"emitDecoratorMetadata": true,
1617
"importHelpers": true
1718
}
1819
}

0 commit comments

Comments
 (0)