소스 검색

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