mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-01-12 08:53:45 +08:00
fix build errors
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
|
||||
return {
|
||||
"presets": ["@babel/preset-typescript"],
|
||||
"plugins": [
|
||||
["@babel/plugin-transform-runtime"]
|
||||
],
|
||||
"sourceType": "unambiguous"
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user