mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
{
|
|
"presets": ["es2015", "flow-vue"],
|
|
"ignore": [
|
|
"dist/*.js",
|
|
"packages/**/*.js"
|
|
]
|
|
}
|