fix build errors

This commit is contained in:
0xngmi
2022-12-06 14:37:21 +00:00
parent 681bbe205e
commit 14d9f56032

View File

@@ -1,7 +1,11 @@
{
module.exports = function (api) {
api.cache(true);
return {
"presets": ["@babel/preset-typescript"],
"plugins": [
["@babel/plugin-transform-runtime"]
],
"sourceType": "unambiguous"
}
};
}