You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Apparently target matters when not emitting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user