Skip to content

Commit da617d0

Browse files
committed
Indentation correction
1 parent dad819a commit da617d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Person {
6262
new PersonEmailWasAdded({ email }, user)
6363
]
6464
}
65+
6566
get state () {
6667
return { ...this }
6768
}

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,5 @@
6969
/* Experimental Options */
7070
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
7171
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
72-
},
73-
"exclude": [
74-
"./examples"
75-
]
72+
}
7673
}

0 commit comments

Comments
 (0)