mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 21:51:06 +00:00
e2efbbd846
Contains bug fixes to get parity to work as a blockchain client. **NOTE:** Please merge https://github.com/embark-framework/embark/pull/1950 first before merging this PR, as this PR contains removal of dependencies from `packages/embark` that are needed for geth. So if this is merged first, and the geth PR (https://github.com/embark-framework/embark/pull/1950) is not merged, then geth will not have some of the dependencies it needs.
6 lines
143 B
JSON
6 lines
143 B
JSON
{
|
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|