Add TypeScript declarations

This commit is contained in:
Nick Gerleman
2022-12-23 02:43:45 -08:00
parent 3352385fb0
commit aaadf57b19
15 changed files with 576 additions and 649 deletions

View File

@@ -11,7 +11,4 @@ module.exports = {
"presets": [
["@babel/preset-env", {"targets": "defaults"}]
],
"plugins": [
"@babel/plugin-transform-flow-strip-types"
]
};