Skip to content

Commit

Permalink
Update File Locator
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 23, 2024
1 parent 2699690 commit b6d5a6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
12 changes: 0 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,8 @@
"import": "./dist/esm/index.js",
"default": "./dist/cjs/index.js"
},
"./hooks": {
"types": "./dist/types/hooks.d.ts",
"import": "./dist/esm/hooks.js",
"default": "./dist/cjs/hooks.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"hooks": [
"./dist/types/hooks/index.d.ts"
]
}
},
"files": [
"dist/",
"src/",
Expand Down
7 changes: 2 additions & 5 deletions packages/react/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"include": ["./src"],
"exclude": ["src/**/*.test.ts", "src/test/**/*", "./src/ABIs/**/*"],
"exclude": ["src/**/*.test.ts", "src/test/**/*"],
"compilerOptions": {
"moduleResolution": "node",
"sourceMap": true,
"rootDir": "./src",
"paths": {
"abitype": ["../node_modules/abitype/dist"]
}
"rootDir": "./src"
}
}
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"allowSyntheticDefaultImports": true
}
},
"include": ["src", "../react/src/hooks"],
"include": ["src"],
"exclude": [],
"references": [{ "path": "./tsconfig.node.json" }],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// This configuration is used for local development and type checking of configuration and script files that are not part of the build.
"include": ["vitest.config.ts", "scripts", "hardhat.config.cjs", "deploy"],
"include": ["vitest.config.ts", "scripts", "hardhat.config.cjs", "deploy"], // file migrated from @ensdomains/ensjs
"compilerOptions": {
"strict": true,
"composite": true,
Expand Down

0 comments on commit b6d5a6a

Please sign in to comment.