Try adjusting core tsconfig (#2138)
Fixes `yarn build` failing on `main` https://github.com/hyperlane-xyz/hyperlane-monorepo/actions/runs/4765379482/jobs/8471042324asaj/ci-try
parent
f30666eea3
commit
60f7737a46
@ -1,9 +1,8 @@ |
|||||||
{ |
{ |
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"outDir": "./dist/", |
"outDir": "./dist", |
||||||
"rootDir": "./types/" |
"rootDir": "./types" |
||||||
}, |
}, |
||||||
"exclude": ["./node_modules/", "./dist/", "./types/hardhat.d.ts"], |
"exclude": ["./test", "hardhat.config.ts", "./dist"], |
||||||
"extends": "../tsconfig.json", |
"extends": "../tsconfig.json" |
||||||
"include": ["./types/**/*.ts"] |
} |
||||||
} |
|
Loading…
Reference in new issue