We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad819a commit da617d0Copy full SHA for da617d0
README.md
@@ -62,6 +62,7 @@ class Person {
62
new PersonEmailWasAdded({ email }, user)
63
]
64
}
65
+
66
get state () {
67
return { ...this }
68
tsconfig.json
@@ -69,8 +69,5 @@
69
/* Experimental Options */
70
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
71
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
72
- },
73
- "exclude": [
74
- "./examples"
75
- ]
+ }
76
0 commit comments