mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
module.exports = {
|
|
presets: [
|
|
["@babel/env"]
|
|
],
|
|
plugins: [
|
|
["@babel/plugin-proposal-class-properties"],
|
|
["@babel/plugin-transform-typescript"]
|
|
]
|
|
}; |