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:
parent
b392dbf6f8
commit
2bc1f2fe21
@ -4,7 +4,6 @@
|
||||
"sourceMap": true,
|
||||
"noEmit": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"target": "es2016",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "src"
|
||||
},
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"experimentalDecorators": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user