Browse Source

Bugfix: example/src typescript problems fixed.

lfabl 2 tuần trước cách đây
mục cha
commit
338a7b8e13
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      example/src/tsconfig.json

+ 1 - 2
example/src/tsconfig.json

@@ -10,8 +10,7 @@
         "preserveSymlinks": true,
         "esModuleInterop": true,
         "jsx": "react-native",
-        "target": "esnext",
-        "baseUrl": "."
+        "target": "esnext"
     },
     "references": [
         {