We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674a761 commit 263a1f0Copy full SHA for 263a1f0
2 files changed
eslint.config.js
@@ -12,7 +12,7 @@ export default tseslint.config(
12
"apps/test-app/ios/**",
13
"packages/host/hermes/**",
14
"packages/node-addon-examples/examples/**",
15
- "packages/ferric-example/ferric_example.d.ts",
+ "packages/ferric-example/dist/ferric_example.d.ts",
16
]),
17
eslint.configs.recommended,
18
tseslint.configs.recommended,
packages/ferric-example/package.json
@@ -9,8 +9,8 @@
9
"url": "git+https://github.com/callstackincubator/react-native-node-api.git",
10
"directory": "packages/ferric-example"
11
},
- "main": "ferric_example.js",
- "types": "ferric_example.d.ts",
+ "main": "dist/ferric_example.js",
+ "types": "dist/ferric_example.d.ts",
"scripts": {
"build": "ferric build",
"bootstrap": "npm run build"
0 commit comments