소스 검색

removed old file

Daniel Zlotin 8 년 전
부모
커밋
d7bc950040
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0
    14
      jsconfig.json

+ 0
- 14
jsconfig.json 파일 보기

@@ -1,14 +0,0 @@
1
-{
2
-    "compilerOptions": {
3
-        "allowJs": true,
4
-        "allowSyntheticDefaultImports": true,
5
-        "target": "ES6"
6
-    },
7
-    "exclude": [
8
-        "node_modules",
9
-        "playground/node_modules"
10
-    ],
11
-    "react-native-tools": {
12
-        "projectRoot": "./"
13
-    }
14
-}