mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-12-15 08:18:58 -05:00
convert to typescript library
remove create-react-app
This commit is contained in:
parent
1281f9223f
commit
7ee0d34f1a
28 changed files with 9917 additions and 22826 deletions
6
babel.config.js
Normal file
6
babel.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
presets: [
|
||||
['@babel/preset-env', {targets: {node: 'current'}}],
|
||||
'@babel/preset-typescript',
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue