1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-05-21 08:53:44 +03:00

Apparently target matters when not emitting

This commit is contained in:
David Baker 2021-08-12 11:54:19 +01:00
parent b392dbf6f8
commit 2bc1f2fe21
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"sourceMap": true,
"noEmit": false,
"emitDecoratorMetadata": true,
"target": "es2016",
"outDir": "./lib",
"rootDir": "src"
},

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"experimentalDecorators": true,
"esModuleInterop": true,
"module": "commonjs",