diff --git a/packages/easy-foundryup/package.json b/packages/easy-foundryup/package.json index 2ced65c..a22ef64 100644 --- a/packages/easy-foundryup/package.json +++ b/packages/easy-foundryup/package.json @@ -5,8 +5,8 @@ "homepage": "https://github.com/foundry-rs/hardhat", "repository": "github:foundry-rs/hardhat", "license": "MIT", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/src/index.js", + "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", diff --git a/packages/easy-foundryup/src/tsconfig.json b/packages/easy-foundryup/src/tsconfig.json deleted file mode 100644 index 0858817..0000000 --- a/packages/easy-foundryup/src/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "../../../config/typescript/tsconfig.json", - "compilerOptions": { - "outDir": "../dist", - "rootDirs": ["."], - "composite": true - }, - "include": ["./**/*.ts"], - "exclude": [] -} diff --git a/packages/hardhat-forge/tsconfig.json b/packages/hardhat-forge/tsconfig.json index da623d8..73a24a5 100644 --- a/packages/hardhat-forge/tsconfig.json +++ b/packages/hardhat-forge/tsconfig.json @@ -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"] } diff --git a/packages/hardhat/tsconfig.json b/packages/hardhat/tsconfig.json index da623d8..73a24a5 100644 --- a/packages/hardhat/tsconfig.json +++ b/packages/hardhat/tsconfig.json @@ -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"] }