Skip to content

Commit

Permalink
remove references to wrong tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Feb 12, 2023
1 parent c530874 commit 231e3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
3 changes: 1 addition & 2 deletions packages/easy-foundryup/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../config/typescript/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
"outDir": "./dist"
},
"exclude": ["./dist", "./node_modules"]
}
7 changes: 1 addition & 6 deletions packages/hardhat-forge/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"compilerOptions": {
"outDir": "./dist"
},
"exclude": ["./dist", "./node_modules", "./test/**/hardhat.config.ts"],
"references": [
{
"path": "../easy-foundryup/src"
}
]
"exclude": ["./dist", "./node_modules", "./test/**/hardhat.config.ts"]
}
7 changes: 1 addition & 6 deletions packages/hardhat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"compilerOptions": {
"outDir": "./dist"
},
"exclude": ["./dist", "./node_modules", "./test/**/hardhat.config.ts"],
"references": [
{
"path": "../easy-foundryup/src"
}
]
"exclude": ["./dist", "./node_modules", "./test/**/hardhat.config.ts"]
}

0 comments on commit 231e3cf

Please sign in to comment.