mirror of
https://github.com/timhor/obsidian-editor-shortcuts.git
synced 2026-07-22 06:00:26 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
'@babel/preset-typescript',
|
|
],
|
|
};
|