mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2024-10-27 20:34:17 +00:00
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/env", {
|
|
"targets": {
|
|
"browsers": ["last 2 versions"]
|
|
}
|
|
}],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
["module-resolver", {
|
|
"extensions": [".js", ".ts"],
|
|
"root": ["./src/js"]
|
|
}]
|
|
]
|
|
}
|