convert to typescript library

remove create-react-app
This commit is contained in:
woodser 2022-05-04 18:14:28 -04:00
parent 1281f9223f
commit 7ee0d34f1a
28 changed files with 9917 additions and 22826 deletions

6
babel.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
presets: [
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
],
};