Step 2: Remove the decorator

This commit is contained in:
Travis Ralston 2022-03-02 13:52:50 -07:00
parent 02a5789dd3
commit 303f06cc61
4 changed files with 3 additions and 28 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"module": "commonjs",