Browse Source

little change

Valentin Madrid 2 years ago
parent
commit
6f1200d6a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tokens/token-2022/transfer-fees/native/tsconfig.json

+ 1 - 1
tokens/token-2022/transfer-fees/native/tsconfig.json

@@ -5,6 +5,6 @@
     "lib": ["es2015"],
     "module": "commonjs",
     "target": "es6",
-    "esModuleInterop": true,
+    "esModuleInterop": true
   }
 }