Преглед изворни кода

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": [
         {