rn-shiki 0.0.24 → 0.0.25

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