fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-14 14:05:39 +02:00
parent 5a833bb288
commit de5c5a25bf

View File

@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"esModuleInterop": true
"esModuleInterop": true,
"experimentalDecorators": true
}
}