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": { |
||||
"outDir": "./dist/", |
||||
"rootDir": "./types/" |
||||
"outDir": "./dist", |
||||
"rootDir": "./types" |
||||
}, |
||||
"exclude": ["./node_modules/", "./dist/", "./types/hardhat.d.ts"], |
||||
"extends": "../tsconfig.json", |
||||
"include": ["./types/**/*.ts"] |
||||
"exclude": ["./test", "hardhat.config.ts", "./dist"], |
||||
"extends": "../tsconfig.json" |
||||
} |
Loading…
Reference in new issue