rn-shiki 0.0.24 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
package/tsconfig.json CHANGED
@@ -6,10 +6,6 @@
6
6
  "baseUrl": "./",
7
7
  "module": "esnext",
8
8
  "moduleResolution": "node",
9
- "paths": {
10
- "vendor/*": ["src/vendor/*"],
11
- "shiki": ["node_modules/shiki"]
12
- },
13
9
  "resolveJsonModule": true,
14
10
  "allowJs": false,
15
11
  "strict": true,
@@ -26,5 +22,5 @@
26
22
  "skipLibCheck": true
27
23
  },
28
24
  "include": ["src"],
29
- "exclude": ["node_modules", "lib", "src/vendor/*"]
25
+ "exclude": ["node_modules", "lib", "src/vendor/*", "babel.config.js", "metro.config.js", "jest.config.js"]
30
26
  }