Skip to content

Commit b08d9bd

Browse files
author
theGrep01
committed
chore: update pnpm-lock.yaml and tsconfig files
1 parent 862e615 commit b08d9bd

File tree

3 files changed

+25
-85
lines changed

3 files changed

+25
-85
lines changed

packages/metro-plugin-rnef/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"rootDir": "src",
55
"outDir": "dist",
66
"sourceMap": false,
7-
"declarationMap": false
7+
"declarationMap": false,
8+
"moduleResolution": "bundler"
89
}
910
}

pnpm-lock.yaml

Lines changed: 22 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.base.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
"lib": ["es2021", "dom"],
1616
"skipLibCheck": true,
1717
"skipDefaultLibCheck": true,
18-
"baseUrl": ".",
19-
"paths": {
20-
"@module-federation/metro-plugin-rnc-cli": [
21-
"packages/metro-rnc-cli/src/index.ts"
22-
]
23-
}
18+
"baseUrl": "."
2419
},
2520
"exclude": [
2621
"node_modules/**",

0 commit comments

Comments
 (0)