ソースを参照

Bugfix: example/src typescript problems fixed.

lfabl 2 週間 前
コミット
338a7b8e13
1 ファイル変更1 行追加2 行削除
  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": [
         {