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