Skip to content

Commit 94d82cd

Browse files
committed
tsconfig enable emit docorator metadata
1 parent 243fa8c commit 94d82cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"baseUrl": "./src",
66
"experimentalDecorators": true,
7+
"emitDecoratorMetadata": true,
78
"target": "es5",
89
"moduleResolution": "node",
910
"rootDir": "./src",

0 commit comments

Comments
 (0)