mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
{
|
|
"presets": [
|
|
["es2015", {"loose": true}],
|
|
"stage-1"
|
|
],
|
|
"plugins": ["transform-runtime"],
|
|
"sourceMaps": true
|
|
} |