* feat: switch from npm to yarn * fix: build * fix: replace yarn run with yarn * fix: nodejs version install in Docker image * fix: initialize mobx state Co-authored-by: Karol Sójko <karolsojko@gmail.com>
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"angularjs-annotate"
|
|
]
|
|
}
|