1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-06 10:22:45 +03:00

Step 2: Remove the decorator

This commit is contained in:
Travis Ralston
2022-03-02 13:49:44 -07:00
parent 997d6d40bf
commit 15b84bd9a6
6 changed files with 6 additions and 74 deletions

View File

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