mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"es2015",
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-es2015-modules-commonjs"
|
||
|
]
|
||
|
}
|