This commit is contained in:
2021-08-02 15:36:12 +02:00
commit 7204cdab6f
52 changed files with 9105 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"presets": ["@babel/env", "@babel/preset-react", "@babel/preset-typescript"],
"plugins": [
["@babel/plugin-transform-typescript", {
"allowNamespaces": true
}]
]
}