Step 2: Remove the decorator
This commit is contained in:
parent
997d6d40bf
commit
15b84bd9a6
6 changed files with 6 additions and 74 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": false,
|
||||
"emitDecoratorMetadata": false,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue